separate softIocPy build

This commit is contained in:
Michael Davidsaver
2018-11-02 17:12:31 -07:00
parent 1d8c6ab7b5
commit 662b518338
4 changed files with 60 additions and 42 deletions

View File

@ -10,6 +10,8 @@ define DIR_template
endef
$(foreach dir, $(filter-out configure,$(DIRS)),$(eval $(call DIR_template,$(dir))))
pyIocApp_DEPEND_DIRS += devsupApp
iocBoot_DEPEND_DIRS += $(filter %App,$(DIRS))
include $(TOP)/configure/RULES_TOP