From 8c0f59c87b00832cc290e23a320ef45d326a486a Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Sat, 2 Mar 2002 18:47:03 +0000 Subject: [PATCH] Added AcsSrc --- motorApp/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index ce6c3470..c6efa362 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -14,15 +14,16 @@ endif # # Select individual device/driver support modules by removing the comment. -#DIRS += OmsSrc -#DIRS += SoftMotorSrc +DIRS += OmsSrc +DIRS += SoftMotorSrc #DIRS += V544Src # The following modules require MPF_SERIAL. # Select individual device/driver support modules by removing the comment. ifdef MPF_SERIAL -#DIRS += NewportSrc -#DIRS += ImsSrc +DIRS += NewportSrc +DIRS += ImsSrc +DIRS += AcsSrc endif DIRS += Db