From 77c66f65e696892c92c682dcc43637336decf1e9 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Wed, 4 Apr 2007 18:43:50 +0000 Subject: [PATCH] synApps xxx includes everything; so build everything. --- motorApp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index c12ae0df..49496c26 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -9,10 +9,10 @@ include $(TOP)/configure/CONFIG DIRS += MotorSrc # Select individual device/driver modules by removing the "#!" comment. -#!DIRS += DeltaTauSrc +DIRS += DeltaTauSrc DIRS += OmsSrc DIRS += SoftMotorSrc -#!DIRS += MotorSimSrc +DIRS += MotorSimSrc # All the following modules require ASYN. ifdef ASYN