From 7024907cce3f06e9949a925925e4d61b71fc1e59 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 23 Jan 2004 15:14:14 +0000 Subject: [PATCH] Default to no device drivers built. --- motorApp/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index b998ad8d..4dae8e3d 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 @@ -25,11 +25,11 @@ endif # The following modules require MPF_SERIAL. # Select individual device/driver support modules by removing the comment. ifdef MPF -DIRS += NewportSrc -DIRS += ImsSrc -DIRS += AcsSrc -DIRS += MclennanSrc -DIRS += PiSrc +#DIRS += NewportSrc +#DIRS += ImsSrc +#DIRS += AcsSrc +#DIRS += MclennanSrc +#DIRS += PiSrc endif DIRS += Db