From e589ec223c36fa9295a0a846ce987a6e393d8423 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Tue, 14 Nov 2017 16:09:58 -0600 Subject: [PATCH] Add iocBoot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a20ed44..8f67a59 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #Makefile at top of application tree TOP = . include $(TOP)/configure/CONFIG -DIRS += configure busyApp +DIRS += configure busyApp iocBoot busyApp_DEPEND_DIRS = configure include $(TOP)/configure/RULES_TOP