From a96188993fd5472fc77bdc306b434c6ec6d87263 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 13 Nov 2008 21:16:28 +0000 Subject: [PATCH] Added Aerotech. --- motorApp/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/motorApp/Makefile b/motorApp/Makefile index 0c886810..ed92cb79 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -6,7 +6,7 @@ include $(TOP)/configure/CONFIG DIRS += MotorSrc -# Select/deselect individual device/driver modules by adding/removing the +# Select/deselect individual device driver modules by removing/adding a # "#" comment. DIRS += DeltaTauSrc @@ -75,6 +75,9 @@ KohzuSrc_DEPEND_DIRS = MotorSrc DIRS += AttocubeSrc AttocubeSrc_DEPEND_DIRS = MotorSrc +DIRS += AerotechSrc +AerotechSrc_DEPEND_DIRS = MotorSrc + endif # Install the edl files