From 8df6b540a1ea01784406309539526b31023b0ccf Mon Sep 17 00:00:00 2001 From: David Kline Date: Thu, 14 Apr 2005 19:34:46 +0000 Subject: [PATCH] Removed V544Src from build. --- motorApp/Makefile | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index 61b1e2de..ab79b692 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -7,21 +7,19 @@ include $(TOP)/configure/CONFIG DIRS += MotorSrc # Select individual device/driver modules by removing the "#!" comment. - -#!DIRS += DeltaTauSrc -#!DIRS += OmsSrc -#!DIRS += SoftMotorSrc -#!DIRS += V544Src +DIRS += DeltaTauSrc +DIRS += OmsSrc +DIRS += SoftMotorSrc # All the following modules require ASYN. ifdef ASYN -#!DIRS += NewportSrc -#!DIRS += ImsSrc -#!DIRS += AcsSrc -#!DIRS += MclennanSrc -#!DIRS += PiSrc -#!DIRS += MicroMoSrc -#!DIRS += MicosSrc +DIRS += NewportSrc +DIRS += ImsSrc +DIRS += AcsSrc +DIRS += MclennanSrc +DIRS += PiSrc +DIRS += MicroMoSrc +DIRS += MicosSrc endif ifdef MX