From 9055a86b579b7a4fdbed8a471df780d483bbfd99 Mon Sep 17 00:00:00 2001 From: koennecke Date: Tue, 21 Mar 2023 14:56:38 +0100 Subject: [PATCH] Added two missing files --- Makefile.RHEL7 | 5 +++-- testel734/testel734.cmd | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.RHEL7 b/Makefile.RHEL7 index 0398669..0583c53 100644 --- a/Makefile.RHEL7 +++ b/Makefile.RHEL7 @@ -2,7 +2,7 @@ include /ioc/tools/driver.makefile MODULE=sinq -LIBVERSION=koennecke_speed +LIBVERSION=koennecke BUILDCLASSES=Linux EPICS_VERSIONS=3.14.12 7.0.4.1 @@ -32,5 +32,6 @@ SOURCES += sinqEPICSApp/src/EuroMoveDriver.cpp SOURCES += sinqEPICSApp/src/pmacAsynIPPort.c SOURCES += sinqEPICSApp/src/pmacAxis.cpp SOURCES += sinqEPICSApp/src/pmacController.cpp - +SOURCES += sinqEPICSApp/src/drvAsynMasterMACSPort.c +SOURCES += sinqEPICSApp/src/MasterMACSDriver.cpp # MISCS would be the place to keep the stream device template files diff --git a/testel734/testel734.cmd b/testel734/testel734.cmd index 0d1071f..a444956 100755 --- a/testel734/testel734.cmd +++ b/testel734/testel734.cmd @@ -1,6 +1,6 @@ #!/usr/local/bin/iocsh -require sinq,koennecke_speed +require sinq,koennecke epicsEnvSet("TOP","/afs/psi.ch/project/sinqdev/sinqepicsapp/testel734")