Makefile: comment-out inter-app dependency definitions (not working)

This commit is contained in:
Ralph Lange
2014-02-14 14:43:59 +01:00
parent 4ad2e56a08
commit 068d3070e2

View File

@ -21,7 +21,7 @@ define EMB_template
endef
$(foreach dir, $(EMBEDDED_TOPS),$(eval $(call EMB_template,$(dir))))
exampleDatabase_DEPEND_DIRS += test
examplePowerSupply_DEPEND_DIRS += test
#exampleDatabase_DEPEND_DIRS += test
#examplePowerSupply_DEPEND_DIRS += test
include $(TOP)/configure/RULES_TOP