From 68ebb795365547919908caef62e53e9734b25174 Mon Sep 17 00:00:00 2001 From: jsullivan-anl Date: Fri, 14 Apr 2006 20:36:18 +0000 Subject: [PATCH] add 662 drivers --- motorApp/PiSrc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/PiSrc/Makefile b/motorApp/PiSrc/Makefile index 23c1b0a6..5e482546 100644 --- a/motorApp/PiSrc/Makefile +++ b/motorApp/PiSrc/Makefile @@ -14,6 +14,7 @@ LIBRARY_IOC = PI SRCS += devPIC844.cc drvPIC844.cc PiRegister.cc SRCS += devPIC630.cc drvPIC630.cc PIC630Register.cc SRCS += devPIC848.cc drvPIC848.cc PIC848Register.cc +SRCS += devPIC662.cc drvPIC662.cc PIC662Register.cc PI_LIBS += motor asyn PI_LIBS += $(EPICS_BASE_IOC_LIBS)