From d8b20645d0bae05a054fa3609be47513062255d7 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 11 May 2010 13:40:23 +0000 Subject: [PATCH] Add Jens Eden's (PTB) asyn motor MAXnet driver. --- motorApp/OmsSrc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/OmsSrc/Makefile b/motorApp/OmsSrc/Makefile index 6839333d..77caee5b 100644 --- a/motorApp/OmsSrc/Makefile +++ b/motorApp/OmsSrc/Makefile @@ -14,6 +14,7 @@ LIBRARY_IOC_DEFAULT += oms # The following is required for the OMS PC68/78 (i.e., devOmsPC68) device driver. ifdef ASYN SRCS += devOmsPC68.cc drvOmsPC68.cc +SRCS += drvMAXnetAsyn.cc endif # The following is required for the OMS VME8/44 (i.e., devOMS) device driver.