Added two missing files

This commit is contained in:
2023-03-21 14:56:38 +01:00
parent ccd73babd5
commit 9055a86b57
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
#!/usr/local/bin/iocsh
require sinq,koennecke_speed
require sinq,koennecke
epicsEnvSet("TOP","/afs/psi.ch/project/sinqdev/sinqepicsapp/testel734")