forked from epics_driver_modules/motorBase
R3.14.2 compatible.
This commit is contained in:
@@ -10,14 +10,13 @@ USR_CXXFLAGS += -DDEBUG
|
||||
|
||||
DBD += devMXmotor.dbd
|
||||
|
||||
LIBRARY_IOC = MXmotor
|
||||
LIBRARY_IOC_DEFAULT = MXmotor
|
||||
LIBRARY_IOC_vxWorks = -nil-
|
||||
|
||||
SRCS_DEFAULT += MXRegister.cc
|
||||
|
||||
# The following is required for the Soft Channel (i.e., MotorSoft) device driver.
|
||||
SRCS_DEFAULT += devMXmotor.cc drvMXmotor.cc
|
||||
SRCS_vxWorks += -nil-
|
||||
|
||||
OBJS_DEFAULT += MXRegister
|
||||
OBJS_vxWorks += -nil-
|
||||
|
||||
MXmotor_LIBS += motor motorCOM_mpf Mx
|
||||
MXmotor_LIBS += $(EPICS_BASE_IOC_LIBS)
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Soft Channel driver support.
|
||||
device(motor,VME_IO,devMXmotor,"MXmotor")
|
||||
driver(drvMXmotor)
|
||||
registrar(MXmotorRegister)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user