From bdee350e2202ea330814f8dbec8730367c39c823 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 13 Feb 2003 21:51:57 +0000 Subject: [PATCH] Support for MX motor device driver. --- motorApp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/motorApp/Makefile b/motorApp/Makefile index 45e56d49..42187907 100644 --- a/motorApp/Makefile +++ b/motorApp/Makefile @@ -18,6 +18,10 @@ endif #DIRS += SoftMotorSrc #DIRS += V544Src +ifdef MX +DIRS += MXmotorSrc +endif + # The following modules require MPF_SERIAL. # Select individual device/driver support modules by removing the comment. ifdef MPF_SERIAL