From 09864f61d4db8fee6aeb1ea527e035e4c959d01e Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Fri, 3 Jan 2020 16:56:46 +0100 Subject: [PATCH] include submodules config files for 7.0+ --- App/tools/driver.makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index 523d9f2..c393d7e 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -834,6 +834,11 @@ INSTALL_LOADABLE_SHRLIBS= INSTALL_MUNCHS= include ${BASERULES} +# In 7.0+ include submodules config files +ifdef BASE_7_0 +include ${EPICS_BASE}/cfg/CONFIG_*_MODULE +endif + ifeq (${OS_CLASS},WIN32) # explicitly link required dependencies LIB_LIBS += ${EPICS_BASE_IOC_LIBS} ${REQ} endif