diff -r ec018606c207 -r 68a4f654dc00 kstmApp/src/Makefile --- a/kstmApp/src/Makefile Mon Jun 27 18:08:05 2016 +0200 +++ b/kstmApp/src/Makefile Thu Jul 05 08:48:18 2018 +0000 @@ -21,13 +21,13 @@ kstm_DBD += asyn.dbd kstm_DBD += drvAsynIPPort.dbd kstm_DBD += stream.dbd -kstm_DBD += adcPi.dbd -#kstm_DBD += drvAsynI2C.dbd +kstm_DBD += calc.dbd # Add all the support libraries needed by this IOC #kstm_LIBS += xxx kstm_LIBS += stream kstm_LIBS += asyn +kstm_LIBS += calc # kstm_registerRecordDeviceDriver.cpp derives from kstm.dbd kstm_SRCS += kstm_registerRecordDeviceDriver.cpp @@ -37,11 +37,6 @@ kstm_SRCS += pi_2_mmio.c kstm_SRCS += pi_2_dht_read.c kstm_SRCS += aSubReadDHT.c -#kstm_SRCS += dbSubReadADC.c -#kstm_SRCS += devadcpi.c -kstm_SRCS += drvAdcPi.c -kstm_SRCS += devAdcPi.c -#kstm_SRCS += drvAsynI2C.cpp # Build the main IOC entry point on workstation OSs. kstm_SRCS_DEFAULT += kstmMain.cpp