kstmApp/src/Makefile
changeset 2 3b3af1ff2783
parent 1 7029db7ac3db
child 4 f7598b2df637
--- a/kstmApp/src/Makefile	Wed Sep 09 18:06:59 2015 +0200
+++ b/kstmApp/src/Makefile	Tue Jan 19 10:54:27 2016 +0100
@@ -22,7 +22,7 @@
 kstm_DBD += drvAsynIPPort.dbd
 kstm_DBD += stream.dbd
 kstm_DBD += adcPi.dbd
-
+#kstm_DBD += drvAsynI2C.dbd
 
 # Add all the support libraries needed by this IOC
 #kstm_LIBS += xxx 
@@ -38,7 +38,10 @@
 kstm_SRCS += pi_2_dht_read.c
 kstm_SRCS += aSubReadDHT.c
 #kstm_SRCS += dbSubReadADC.c
-kstm_SRCS += devadcpi.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