From 7f56f98572bd7ddd10c1d809a5abb9deb9582ca7 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Tue, 20 Apr 2004 21:07:45 +0000 Subject: [PATCH] Convert from MPF to asyn --- motorApp/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index 92710590..0a8b2d9d 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -5,13 +5,6 @@ include $(TOP)/configure/CONFIG # 1st in this list of directories. 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 /config/RELEASE. -ifdef MPF -DIRS += CommSrc -endif - # # Select individual device/driver support modules by removing the comment. DIRS += OmsSrc @@ -22,9 +15,9 @@ ifdef MX DIRS += MXmotorSrc endif -# The following modules require MPF_SERIAL. +# The following modules require ASYN. # Select individual device/driver support modules by removing the comment. -ifdef MPF +ifdef ASYN #DIRS += NewportSrc #DIRS += ImsSrc #DIRS += AcsSrc