forked from epics_driver_modules/motorBase
- R3.14.2 compatible; i.e., MPF_SERIAL bundled into MPF.
- All devices, except Highland converted to R3.14.
This commit is contained in:
+8
-8
@@ -8,14 +8,14 @@ DIRS += MotorSrc
|
||||
# If any motor controller communication mechanism besides the VME backplane is
|
||||
# required, then the "CommSrc" module must be built. MPF_SERIAL must be defined
|
||||
# in <ioctop>/config/RELEASE.
|
||||
ifdef MPF_SERIAL
|
||||
ifdef MPF
|
||||
DIRS += CommSrc
|
||||
endif
|
||||
|
||||
#
|
||||
# Select individual device/driver support modules by removing the comment.
|
||||
#DIRS += OmsSrc
|
||||
#DIRS += SoftMotorSrc
|
||||
DIRS += OmsSrc
|
||||
DIRS += SoftMotorSrc
|
||||
#DIRS += V544Src
|
||||
|
||||
ifdef MX
|
||||
@@ -24,11 +24,11 @@ endif
|
||||
|
||||
# The following modules require MPF_SERIAL.
|
||||
# Select individual device/driver support modules by removing the comment.
|
||||
ifdef MPF_SERIAL
|
||||
#DIRS += NewportSrc
|
||||
#DIRS += ImsSrc
|
||||
#DIRS += AcsSrc
|
||||
#DIRS += MclennanSrc
|
||||
ifdef MPF
|
||||
DIRS += NewportSrc
|
||||
DIRS += ImsSrc
|
||||
DIRS += AcsSrc
|
||||
DIRS += MclennanSrc
|
||||
endif
|
||||
|
||||
DIRS += Db
|
||||
|
||||
Reference in New Issue
Block a user