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
+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)>> $@