From 75fd552ebf0eef537df1b192876995a56a8570ad Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 19 May 2003 17:07:10 +0000 Subject: [PATCH] - Correct *.cc instead *.c sources. - Added MDrive17 support. --- motorApp/ImsSrc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/motorApp/ImsSrc/Makefile b/motorApp/ImsSrc/Makefile index 1bcda583..a8488c6d 100644 --- a/motorApp/ImsSrc/Makefile +++ b/motorApp/ImsSrc/Makefile @@ -10,8 +10,9 @@ DBD += devImsMotor.dbd LIBRARY_IOC = Ims # Intelligent Motion Systems driver support. -SRCS += devIM483SM.c drvIM483SM.c -SRCS += devIM483PL.c drvIM483PL.c +SRCS += devIM483SM.cc drvIM483SM.cc +SRCS += devIM483PL.cc drvIM483PL.cc +SRCS += devMDrive.cc drvMDrive.cc OBJS_DEFAULT += ImsRegister OBJS_vxWorks += -nil-