From d87f1047d474805b0d52bebce8b2c60ec22d950e Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Mon, 28 Jul 2025 17:28:41 -0500 Subject: [PATCH] Add CONFIG_SITE.local --- configure/CONFIG_SITE | 3 +++ iocs/andorIOC/configure/CONFIG_SITE | 3 +++ 2 files changed, 6 insertions(+) diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index 37d9392..5f1035a 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -44,3 +44,6 @@ ifdef T_A -include $(AREA_DETECTOR)/configure/CONFIG_SITE.Common.$(T_A) -include $(AREA_DETECTOR)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A) endif + +# Get local settings which can override those from areaDetector +-include $(TOP)/configure/CONFIG_SITE.local diff --git a/iocs/andorIOC/configure/CONFIG_SITE b/iocs/andorIOC/configure/CONFIG_SITE index 37d9392..5f1035a 100644 --- a/iocs/andorIOC/configure/CONFIG_SITE +++ b/iocs/andorIOC/configure/CONFIG_SITE @@ -44,3 +44,6 @@ ifdef T_A -include $(AREA_DETECTOR)/configure/CONFIG_SITE.Common.$(T_A) -include $(AREA_DETECTOR)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A) endif + +# Get local settings which can override those from areaDetector +-include $(TOP)/configure/CONFIG_SITE.local