Skip to content

Commit

Permalink
build: atInit build-in without the selection capability.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Feb 4, 2025
1 parent 3e2fc67 commit 6dc9777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions modules/database/src/ioc/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions modules/database/src/std/softIoc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6dc9777

Please sign in to comment.