diff --git a/iocBoot/Makefile b/iocBoot/Makefile index 252a1370..91e47d0b 100644 --- a/iocBoot/Makefile +++ b/iocBoot/Makefile @@ -1,3 +1,6 @@ TOP = .. include $(TOP)/configure/CONFIG -include $(TOP)/configure/RULES.iocBoot +DIRS += $(wildcard *ioc*) +DIRS += $(wildcard as*) +include $(CONFIG)/RULES_DIRS +