From a5d7bca12f7543335f9cedac2d963456517e8473 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 3 Feb 2009 18:27:16 +0000 Subject: [PATCH] Configuration files updated from R3-14-10 makeBaseApp. --- iocBoot/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +