Skip to content

Commit e5b1ab4

Browse files
committed
Add CONFIG_SITE.local
1 parent 6c4021b commit e5b1ab4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

configure/CONFIG_SITE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ ifdef T_A
4040
-include $(AREA_DETECTOR)/configure/CONFIG_SITE.Common.$(T_A)
4141
-include $(AREA_DETECTOR)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A)
4242
endif
43+
44+
# Get local settings which can override those from areaDetector
45+
-include $(TOP)/configure/CONFIG_SITE.local

iocs/aravisIOC/configure/CONFIG_SITE

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ ifdef T_A
4040
-include $(AREA_DETECTOR)/configure/CONFIG_SITE.Common.$(T_A)
4141
-include $(AREA_DETECTOR)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A)
4242
endif
43+
44+
# Get local settings which can override those from areaDetector
45+
-include $(TOP)/configure/CONFIG_SITE.local

0 commit comments

Comments
 (0)