- Default to no device drivers built.

- Added "#!" comments.
This commit is contained in:
Ron Sluiter
2004-07-19 16:03:45 +00:00
parent e398cd38ce
commit da18ee75fd
+17 -17
View File
@@ -3,29 +3,29 @@ include $(TOP)/configure/CONFIG
# MotorSrc is required for all motor record configurations. It MUST appear
# 1st in this list of directories.
DIRS += MotorSrc
#
# Select individual device/driver support modules by removing the comment.
DIRS += OmsSrc
DIRS += SoftMotorSrc
#DIRS += V544Src
# Select individual device/driver modules by removing the "#!" comment.
#!DIRS += OmsSrc
#!DIRS += SoftMotorSrc
#!DIRS += V544Src
# All the following modules require ASYN.
ifdef ASYN
#!DIRS += NewportSrc
#!DIRS += ImsSrc
#!DIRS += AcsSrc
#!DIRS += MclennanSrc
#!DIRS += PiSrc
#!DIRS += MicroMoSrc
#!DIRS += MicosSrc
endif
ifdef MX
DIRS += MXmotorSrc
endif
# The following modules require ASYN.
# Select individual device/driver support modules by removing the comment.
ifdef ASYN
#DIRS += NewportSrc
#DIRS += ImsSrc
#DIRS += AcsSrc
#DIRS += MclennanSrc
#DIRS += PiSrc
#DIRS += MicroMoSrc
#DIRS += MicosSrc
endif
DIRS += Db
include $(TOP)/configure/RULES_DIRS