forked from epics_driver_modules/motorBase
Added asyn routines
This commit is contained in:
@@ -12,11 +12,14 @@ DBD += motorSupport.dbd
|
||||
|
||||
INC += motor.h motordevCom.h motordrvCom.h
|
||||
INC += motordrvComCode.h
|
||||
INC += motor_interface.h
|
||||
|
||||
LIBRARY_IOC += motor
|
||||
|
||||
# The following are required for all motor record configurations.
|
||||
motor_SRCS += motorRecord.cc motordevCom.cc motordrvCom.cc
|
||||
motor_SRCS += drvMotorAsyn.c
|
||||
motor_SRCS += devMotorAsyn.c
|
||||
motor_SRCS += motorUtil.cc motorUtilAux.cc
|
||||
|
||||
motor_LIBS += $(EPICS_BASE_IOC_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user