Skip to content
Snippets Groups Projects
Commit 56f88e81 authored by mooney's avatar mooney
Browse files

Make allenBradley conditional

parent caa7e613
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,9 @@ ifeq (vxWorks,$(findstring vxWorks, $(T_A))) ...@@ -76,7 +76,9 @@ ifeq (vxWorks,$(findstring vxWorks, $(T_A)))
iocxxxVX_DBD += camacSupport.dbd iocxxxVX_DBD += camacSupport.dbd
iocxxxVX_DBD += devCamacSupport.dbd iocxxxVX_DBD += devCamacSupport.dbd
iocxxxVX_DBD += dxpSupport.dbd iocxxxVX_DBD += dxpSupport.dbd
ifdef ALLEN_BRADLEY
iocxxxVX_DBD += allenBradley.dbd iocxxxVX_DBD += allenBradley.dbd
endif
iocxxxVX_DBD += quadEMSupport.dbd iocxxxVX_DBD += quadEMSupport.dbd
iocxxxVX_DBD += mcaCanberraSupport.dbd iocxxxVX_DBD += mcaCanberraSupport.dbd
iocxxxVX_DBD += devLove.dbd iocxxxVX_DBD += devLove.dbd
...@@ -143,7 +145,9 @@ xxx_Common_LIBS += stream streamSynApps ...@@ -143,7 +145,9 @@ xxx_Common_LIBS += stream streamSynApps
xxx_Common_LIBS += seqDev seq pv xxx_Common_LIBS += seqDev seq pv
xxx_Common_LIBS += $(EPICS_BASE_IOC_LIBS) xxx_Common_LIBS += $(EPICS_BASE_IOC_LIBS)
ifdef ALLEN_BRADLEY
xxx_LIBS_vxWorks += allenBradley xxx_LIBS_vxWorks += allenBradley
endif
xxx_LIBS_vxWorks += mcaSIS xxx_LIBS_vxWorks += mcaSIS
xxx_LIBS_vxWorks += mcaCanberra xxx_LIBS_vxWorks += mcaCanberra
xxx_LIBS_vxWorks += ip330 xxx_LIBS_vxWorks += ip330
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment