From c687e828bf765de40e2fd1e093b42ef34d64941d Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz Date: Wed, 3 Jan 2024 11:10:42 +0100 Subject: [PATCH] refactor: pollirq.cpp removed from the compilation. --- mrfCommon/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mrfCommon/src/Makefile b/mrfCommon/src/Makefile index 51f3069b..c58217ad 100644 --- a/mrfCommon/src/Makefile +++ b/mrfCommon/src/Makefile @@ -73,7 +73,7 @@ mrfCommon_SRCS += mrfCommon.cpp mrfCommon_SRCS += spi.cpp mrfCommon_SRCS += flash.cpp mrfCommon_SRCS += flashiocsh.cpp -mrfCommon_SRCS += pollirq.cpp +#NOTINUSE: mrfCommon_SRCS += pollirq.cpp mrfCommon_LIBS += $(EPICS_BASE_IOC_LIBS)