diff --git a/motorApp/OmsSrc/Makefile b/motorApp/OmsSrc/Makefile index 7d0dcfcb..6b6fdb0a 100644 --- a/motorApp/OmsSrc/Makefile +++ b/motorApp/OmsSrc/Makefile @@ -12,6 +12,9 @@ DBD += devOms.dbd LIBRARY_IOC_DEFAULT += oms LIBRARY_IOC_WIN32 += -nil- +# The following is required for the OMS PC68/78 (i.e., devOmsPC68) device driver. +SRCS += devOmsPC68.cc drvOmsPC68.cc + # The following is required for the OMS VME8/44 (i.e., devOMS) device driver. SRCS += devOms.cc drvOms.cc