equal
deleted
inserted
replaced
20 kstm_DBD += aSubReadDHT.dbd |
20 kstm_DBD += aSubReadDHT.dbd |
21 kstm_DBD += asyn.dbd |
21 kstm_DBD += asyn.dbd |
22 kstm_DBD += drvAsynIPPort.dbd |
22 kstm_DBD += drvAsynIPPort.dbd |
23 kstm_DBD += stream.dbd |
23 kstm_DBD += stream.dbd |
24 kstm_DBD += adcPi.dbd |
24 kstm_DBD += adcPi.dbd |
25 |
25 #kstm_DBD += drvAsynI2C.dbd |
26 |
26 |
27 # Add all the support libraries needed by this IOC |
27 # Add all the support libraries needed by this IOC |
28 #kstm_LIBS += xxx |
28 #kstm_LIBS += xxx |
29 kstm_LIBS += stream |
29 kstm_LIBS += stream |
30 kstm_LIBS += asyn |
30 kstm_LIBS += asyn |
36 kstm_SRCS += common_dht_read.c |
36 kstm_SRCS += common_dht_read.c |
37 kstm_SRCS += pi_2_mmio.c |
37 kstm_SRCS += pi_2_mmio.c |
38 kstm_SRCS += pi_2_dht_read.c |
38 kstm_SRCS += pi_2_dht_read.c |
39 kstm_SRCS += aSubReadDHT.c |
39 kstm_SRCS += aSubReadDHT.c |
40 #kstm_SRCS += dbSubReadADC.c |
40 #kstm_SRCS += dbSubReadADC.c |
41 kstm_SRCS += devadcpi.c |
41 #kstm_SRCS += devadcpi.c |
|
42 kstm_SRCS += drvAdcPi.c |
|
43 kstm_SRCS += devAdcPi.c |
|
44 #kstm_SRCS += drvAsynI2C.cpp |
42 |
45 |
43 # Build the main IOC entry point on workstation OSs. |
46 # Build the main IOC entry point on workstation OSs. |
44 kstm_SRCS_DEFAULT += kstmMain.cpp |
47 kstm_SRCS_DEFAULT += kstmMain.cpp |
45 kstm_SRCS_vxWorks += -nil- |
48 kstm_SRCS_vxWorks += -nil- |
46 |
49 |