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")