diff -r bd6bb22c6533 -r 7029db7ac3db kstmApp/src/Makefile --- a/kstmApp/src/Makefile Fri Aug 14 11:30:43 2015 +0200 +++ b/kstmApp/src/Makefile Wed Sep 09 18:06:59 2015 +0200 @@ -17,10 +17,12 @@ # Include dbd files from all support applications: #kstm_DBD += xxx.dbd -kstm_DBD += dbSubReadDHT.dbd +kstm_DBD += aSubReadDHT.dbd kstm_DBD += asyn.dbd kstm_DBD += drvAsynIPPort.dbd kstm_DBD += stream.dbd +kstm_DBD += adcPi.dbd + # Add all the support libraries needed by this IOC #kstm_LIBS += xxx @@ -34,8 +36,9 @@ kstm_SRCS += common_dht_read.c kstm_SRCS += pi_2_mmio.c kstm_SRCS += pi_2_dht_read.c -kstm_SRCS += dbSubReadDHT.c +kstm_SRCS += aSubReadDHT.c #kstm_SRCS += dbSubReadADC.c +kstm_SRCS += devadcpi.c # Build the main IOC entry point on workstation OSs. kstm_SRCS_DEFAULT += kstmMain.cpp