build: atInit build-in without the selection capability.

This commit is contained in:
Jerzy Jamroz
2025-02-04 12:54:38 +01:00
committed by Andrew Johnson
parent a89b12f9ef
commit 41f19bd798
2 changed files with 2 additions and 5 deletions

View File

@@ -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

View File

@@ -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