Add CONFIG_SITE.local

This commit is contained in:
Mark Rivers
2025-07-28 17:28:41 -05:00
parent 672e5c1357
commit d87f1047d4
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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