forked from epics_driver_modules/motorBase
Added CommSrc directory to contain Hideos and MPF code.
This commit is contained in:
+12
-6
@@ -1,16 +1,22 @@
|
||||
TOP = ..
|
||||
include $(TOP)/config/CONFIG_APP
|
||||
|
||||
# MotorSrc is required for all motor record configurations.
|
||||
# It MUST appear 1st in this list of directories.
|
||||
# MotorSrc is required for all motor record configurations. It MUST appear
|
||||
# 1st in this list of directories.
|
||||
DIRS += MotorSrc
|
||||
|
||||
# If any motor controller communication mechanism besides the VME backplane is
|
||||
# required, then the following module must be uncommented. In addition, it
|
||||
# must appear 2nd in this list of directories.
|
||||
#DIRS += CommSrc
|
||||
|
||||
#
|
||||
# Individual device/driver support modules may be commented
|
||||
# out here.
|
||||
DIRS += NewportSrc
|
||||
DIRS += OmsSrc
|
||||
DIRS += SoftMotorSrc
|
||||
DIRS += V544Src
|
||||
#DIRS += NewportSrc
|
||||
#DIRS += OmsSrc
|
||||
#DIRS += SoftMotorSrc
|
||||
#DIRS += V544Src
|
||||
|
||||
DIRS += Db
|
||||
include $(TOP)/config/RULES_DIRS
|
||||
|
||||
Reference in New Issue
Block a user