From 95218fd0bd44f0c813c94b9311f68adbfc2af4a7 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Fri, 7 Apr 2006 00:04:23 +0000 Subject: [PATCH] Added MotorSimSrc --- motorApp/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index b67bab63..4b02b3ed 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -9,9 +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 # All the following modules require ASYN. ifdef ASYN @@ -26,6 +27,9 @@ DIRS += FaulhaberSrc DIRS += PC6KSrc endif +# Install the edl files +#DIRS += opi + ifdef MX DIRS += MXmotorSrc endif