refactor: afterInit changed to atInit.
This commit is contained in:
committed by
Andrew Johnson
parent
579c15e4f2
commit
124f7b9d9b
@@ -19,8 +19,8 @@ DBD += softIoc.dbd
|
||||
softIoc_DBD += base.dbd
|
||||
softIoc_DBD += dlload.dbd
|
||||
softIoc_DBD += system.dbd
|
||||
ifeq ($(afterInit),YES)
|
||||
softIoc_DBD += afterInit.dbd
|
||||
ifeq ($(atInit),YES)
|
||||
softIoc_DBD += atInit.dbd
|
||||
endif
|
||||
|
||||
softIoc_SRCS += softIoc_registerRecordDeviceDriver.cpp
|
||||
|
||||
Reference in New Issue
Block a user