From 07cad131a4b28af6a42c69b623c964222c6ff464 Mon Sep 17 00:00:00 2001 From: soederqvist_a Date: Wed, 11 Jun 2025 12:58:20 +0200 Subject: [PATCH] wip --- Makefile.RHEL8 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.RHEL8 b/Makefile.RHEL8 index 2ee2f2f..827b8da 100644 --- a/Makefile.RHEL8 +++ b/Makefile.RHEL8 @@ -4,7 +4,7 @@ include /ioc/tools/driver.makefile MODULE=sinq BUILDCLASSES=Linux EPICS_VERSIONS=7.0.7 -ARCH_FILTER=RHEL% +ARCH_FILTER=RHEL8% # additional module dependencies REQUIRED+=SynApps @@ -12,13 +12,11 @@ REQUIRED+=stream REQUIRED+=scaler REQUIRED+=motorBase -# Release version -LIBVERSION=2025 - # DB files to include in the release TEMPLATES += sinqEPICSApp/Db/dimetix.db TEMPLATES += sinqEPICSApp/Db/slsvme.db TEMPLATES += sinqEPICSApp/Db/spsamor.db +TEMPLATES += db/el734.db # DBD files to include in the release DBDS += sinqEPICSApp/src/sinq.dbd