Skip to content

Commit cdb33e6

Browse files
committed
Add option for overriding config site local
1 parent 4ffb67b commit cdb33e6

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

configure/CONFIG_SITE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ 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+
-include $(TOP)/configure/CONFIG_SITE.local

iocs/uvcIOC/configure/CONFIG_SITE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ 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+
-include $(TOP)/configure/CONFIG_SITE.local

iocs/uvcIOC/configure/CONFIG_SITE.Common.linux-x86

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)