allow DBDS_3 and DBDS_7 too

This commit is contained in:
2021-09-14 09:35:13 +02:00
parent d08957d496
commit 80f3340c42
+1
View File
@@ -372,6 +372,7 @@ export SRCS
DBD_SRCS = $(if ${DBDS},$(filter-out -none-,${DBDS}),$(wildcard menu*.dbd *Record.dbd) $(strip $(filter-out %Include.dbd dbCommon.dbd %Record.dbd,$(wildcard *.dbd)) ${BPTS}))
DBD_SRCS += ${DBDS_${EPICS_BASETYPE}}
DBD_SRCS += ${DBDS_${EPICSVERSION}}
DBD_SRCS += ${DBDS_$(firstword $(subst ., ,${EPICSVERSION}))}
export DBD_SRCS
#record dbd files given in DBDS