dde_rump: eliminate global ctors

This commit is contained in:
Christian Helmuth
2019-10-02 14:23:28 +02:00
parent e281174dae
commit 97df705e53
9 changed files with 97 additions and 14 deletions

View File

@@ -17,4 +17,6 @@ $(OBJ_PREFIX): $(SRC_NOLINK_OBJ) $(SRC_NOLINK)
$(RUMP_LIB_BASE)/$(subst rmpns_,,$@) $(RUMP_LIB_BASE)/$@
$(VERBOSE_MK)rm $(RUMP_LIB_BASE)/_$@
-include $(SRC_NOLINK_OBJ:.o=.d)
# vi:set ft=make :