diff --git a/motorApp/Makefile b/motorApp/Makefile index 5692fbe3..ba99723a 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -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