equal
deleted
inserted
replaced
15 # kstm.dbd will be made up from these files: |
15 # kstm.dbd will be made up from these files: |
16 kstm_DBD += base.dbd |
16 kstm_DBD += base.dbd |
17 |
17 |
18 # Include dbd files from all support applications: |
18 # Include dbd files from all support applications: |
19 #kstm_DBD += xxx.dbd |
19 #kstm_DBD += xxx.dbd |
20 kstm_DBD += dbSubReadDHT.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 |
|
25 |
24 |
26 |
25 # Add all the support libraries needed by this IOC |
27 # Add all the support libraries needed by this IOC |
26 #kstm_LIBS += xxx |
28 #kstm_LIBS += xxx |
27 kstm_LIBS += stream |
29 kstm_LIBS += stream |
28 kstm_LIBS += asyn |
30 kstm_LIBS += asyn |
32 |
34 |
33 #Link locally-provided code into the IOC application |
35 #Link locally-provided code into the IOC application |
34 kstm_SRCS += common_dht_read.c |
36 kstm_SRCS += common_dht_read.c |
35 kstm_SRCS += pi_2_mmio.c |
37 kstm_SRCS += pi_2_mmio.c |
36 kstm_SRCS += pi_2_dht_read.c |
38 kstm_SRCS += pi_2_dht_read.c |
37 kstm_SRCS += dbSubReadDHT.c |
39 kstm_SRCS += aSubReadDHT.c |
38 #kstm_SRCS += dbSubReadADC.c |
40 #kstm_SRCS += dbSubReadADC.c |
|
41 kstm_SRCS += devadcpi.c |
39 |
42 |
40 # Build the main IOC entry point on workstation OSs. |
43 # Build the main IOC entry point on workstation OSs. |
41 kstm_SRCS_DEFAULT += kstmMain.cpp |
44 kstm_SRCS_DEFAULT += kstmMain.cpp |
42 kstm_SRCS_vxWorks += -nil- |
45 kstm_SRCS_vxWorks += -nil- |
43 |
46 |