From e013aed5ddeebc9c2a44741c0e4babe5e0ebef36 Mon Sep 17 00:00:00 2001 From: kpetersn Date: Fri, 12 Apr 2019 10:44:43 -0500 Subject: [PATCH] Removed PI and Ims support from motorExApp/WithAsyn/Makefile --- motorExApp/WithAsyn/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/motorExApp/WithAsyn/Makefile b/motorExApp/WithAsyn/Makefile index a06ed51d..ef4daba7 100644 --- a/motorExApp/WithAsyn/Makefile +++ b/motorExApp/WithAsyn/Makefile @@ -12,8 +12,6 @@ PROD_IOC_vxWorks = WithAsynVx COMMONDBDS = base.dbd COMMONDBDS += motorSupport.dbd -COMMONDBDS += devImsMotor.dbd -COMMONDBDS += devPIMotor.dbd COMMONDBDS += devSoftMotor.dbd COMMONDBDS += motorSimSupport.dbd COMMONDBDS += asyn.dbd @@ -49,8 +47,6 @@ WithAsynVx_SRCS += WithAsynVx_registerRecordDeviceDriver.cpp WithAsyn_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary -COMMONLIBS += PI -COMMONLIBS += Ims COMMONLIBS += softMotor COMMONLIBS += motorSimSupport COMMONLIBS += motor