From ba352d720f6cd34ad50008fb1cc705222b225b10 Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 10 Sep 2010 14:21:42 +0000 Subject: [PATCH] cpu.c added. Sergey. --- ebctrl/ioc/ebctrlApp/src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ebctrl/ioc/ebctrlApp/src/Makefile b/ebctrl/ioc/ebctrlApp/src/Makefile index 84f230a..22812a7 100644 --- a/ebctrl/ioc/ebctrlApp/src/Makefile +++ b/ebctrl/ioc/ebctrlApp/src/Makefile @@ -48,6 +48,7 @@ ebctrl_DBD += trignr2.dbd ebctrl_DBD += portnr1.dbd ebctrl_DBD += portnr2.dbd ebctrl_DBD += trigtype.dbd +ebctrl_DBD += cpu.dbd # _registerRecordDeviceDriver.cpp will be created from .dbd ebctrl_SRCS += ebctrl_registerRecordDeviceDriver.cpp @@ -67,6 +68,7 @@ ebctrl_SRCS += trignr2.c ebctrl_SRCS += portnr1.c ebctrl_SRCS += portnr2.c ebctrl_SRCS += trigtype.c +ebctrl_SRCS += cpu.c # The following adds support from base/src/vxWorks ebctrl_OBJS_vxWorks += $(EPICS_BASE_BIN)/vxComLibrary -- 2.43.0