Always register commands; even on VxWorks platforms.

This commit is contained in:
Ron Sluiter
2003-05-23 19:36:35 +00:00
parent 654a27a841
commit 0720ac1071
+1 -3
View File
@@ -10,13 +10,11 @@ DBD += devImsMotor.dbd
LIBRARY_IOC = Ims
# Intelligent Motion Systems driver support.
SRCS += ImsRegister.cc
SRCS += devIM483SM.cc drvIM483SM.cc
SRCS += devIM483PL.cc drvIM483PL.cc
SRCS += devMDrive.cc drvMDrive.cc
OBJS_DEFAULT += ImsRegister
OBJS_vxWorks += -nil-
Ims_LIBS += motor motorCOM_mpf
Ims_LIBS += $(EPICS_BASE_IOC_LIBS)