summaryrefslogtreecommitdiff
path: root/MCONFIG
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-27 18:57:07 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-27 18:57:07 -0800
commit42ccf1ff0f330e8ae2e016385ce8e0b8242e7b94 (patch)
treeea99cb49584fd444083f92e99ed794373e64d94a /MCONFIG
parent08de2bcfeab836215d02d644bd7d0a4ee814def4 (diff)
downloadsyslinux-42ccf1ff0f330e8ae2e016385ce8e0b8242e7b94.tar.gz
MCONFIG: include MCONFIG.local if one exists
Allow for an MCONFIG.local as a handier way to set things like debug options. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'MCONFIG')
-rw-r--r--MCONFIG3
1 files changed, 3 insertions, 0 deletions
diff --git a/MCONFIG b/MCONFIG
index 72f7f525..87079a5f 100644
--- a/MCONFIG
+++ b/MCONFIG
@@ -73,3 +73,6 @@ MAKEDEPS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d
# Dependencies that exclude system headers; use whenever we use
# header files from the platform.
UMAKEDEPS = -Wp,-MT,$@,-MMD,$(dir $@).$(notdir $@).d
+
+# Local additions, like -DDEBUG can go here
+-include $(topdir)/MCONFIG.local