From 4fd0d1b1ae4d76b40ace055034e97695708bb480 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 19 Apr 2002 16:31:54 +0000 Subject: [PATCH] Default to no device drivers built. --- motorApp/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index 19fade33..9e939317 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -14,17 +14,17 @@ 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 += AcsSrc -DIRS += MclennanSrc +#DIRS += NewportSrc +#DIRS += ImsSrc +#DIRS += AcsSrc +#DIRS += MclennanSrc endif DIRS += Db