Added modbus to RELEASE, since it is needed to build the AMCI example IOC

This commit is contained in:
kpetersn
2019-04-12 10:57:11 -05:00
parent e013aed5dd
commit f547b20ae2
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -40,6 +40,9 @@ IPAC=$(SUPPORT)/ipac/R2-12
# Script module needed to build ScriptMotorController
#!LUA=$(SUPPORT)/lua
# Modbus module needed to build AMCI example IOC
#!MODBUS=$(SUPPORT)/modbus
# The following is only needed for the motor examples in iocBoot.
#!MOTOR=$(TOP)
+4
View File
@@ -77,6 +77,10 @@ endif
ifdef LUA
$(ECHO) Creating $@, LUA = $(LUA)
@echo LUA = $(LUA)>> $@
endif
ifdef MODBUS
$(ECHO) Creating $@, MODBUS = $(MODBUS)
@echo MODBUS = $(MODBUS)>> $@
endif
$(ECHO) Creating $@, EPICS_BASE = $(EPICS_BASE)
@echo EPICS_BASE = $(EPICS_BASE)>> $@