build: atInit build-in without the selection capability.
This commit is contained in:
committed by
Andrew Johnson
parent
a89b12f9ef
commit
41f19bd798
@@ -11,11 +11,9 @@
|
||||
|
||||
SRC_DIRS += $(IOCDIR)/misc
|
||||
|
||||
# Include atInit module with atInit=YES
|
||||
ifeq ($(atInit),YES)
|
||||
# Include atInit module
|
||||
DBD += atInit.dbd
|
||||
dbCore_SRCS += atInit.c
|
||||
endif
|
||||
|
||||
DBD += system.dbd
|
||||
DBD += dlload.dbd
|
||||
|
||||
@@ -19,9 +19,8 @@ DBD += softIoc.dbd
|
||||
softIoc_DBD += base.dbd
|
||||
softIoc_DBD += dlload.dbd
|
||||
softIoc_DBD += system.dbd
|
||||
ifeq ($(atInit),YES)
|
||||
# Include atInit module
|
||||
softIoc_DBD += atInit.dbd
|
||||
endif
|
||||
|
||||
softIoc_SRCS += softIoc_registerRecordDeviceDriver.cpp
|
||||
softIoc_SRCS_DEFAULT += softMain.cpp
|
||||
|
||||
Reference in New Issue
Block a user