From aa420f471a2836688178cf892f216ec5d0bbbe5c Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 16 Feb 2004 21:56:43 +0000 Subject: [PATCH] Ported MicroMo and Micos to R3.14.x --- motorApp/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index 4dae8e3d..92710590 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -14,8 +14,8 @@ endif # # Select individual device/driver support modules by removing the comment. -#DIRS += OmsSrc -#DIRS += SoftMotorSrc +DIRS += OmsSrc +DIRS += SoftMotorSrc #DIRS += V544Src ifdef MX @@ -30,6 +30,8 @@ ifdef MPF #DIRS += AcsSrc #DIRS += MclennanSrc #DIRS += PiSrc +#DIRS += MicroMoSrc +#DIRS += MicosSrc endif DIRS += Db