From 46f4f163b4396096eecc3fce9ee8e400a35b6c2b Mon Sep 17 00:00:00 2001
From: Wayne Lewis <wayne.lewis@ess.eu>
Date: Fri, 5 Mar 2021 22:15:08 +0100
Subject: [PATCH] Restore VME parts, hopefully temporarily

---
 devlib2.Makefile | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/devlib2.Makefile b/devlib2.Makefile
index bc500ef..ef485f2 100644
--- a/devlib2.Makefile
+++ b/devlib2.Makefile
@@ -77,18 +77,18 @@ DBDS += $(PCIAPP)/epicspci.dbd
 # We don't need the following parts in near future
 # Remove for build with 2.11.0
 # WL - 20210-03-04
-#
-#VMEAPP:= vmeApp
 
-#HEADERS += $(VMEAPP)/devcsr.h
-#HEADERS += $(VMEAPP)/vmedefs.h
+VMEAPP:= vmeApp
+
+HEADERS += $(VMEAPP)/devcsr.h
+HEADERS += $(VMEAPP)/vmedefs.h
 
-#SOURCES += $(VMEAPP)/devcsr.c
-#SOURCES += $(VMEAPP)/iocreg.c
-#SOURCES += $(VMEAPP)/vmesh.c
-#SOURCES += $(VMEAPP)/devlib_compat.c
+SOURCES += $(VMEAPP)/devcsr.c
+SOURCES += $(VMEAPP)/iocreg.c
+SOURCES += $(VMEAPP)/vmesh.c
+SOURCES += $(VMEAPP)/devlib_compat.c
 
-#DBDS += $(VMEAPP)/epicsvme.dbd
+DBDS += $(VMEAPP)/epicsvme.dbd
 
 
 
-- 
GitLab