forked from epics_driver_modules/motorBase
Added modbus to RELEASE, since it is needed to build the AMCI example IOC
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)>> $@
|
||||
|
||||
Reference in New Issue
Block a user