MCONFIG: include MCONFIG.local if one exists
authorH. Peter Anvin <hpa@zytor.com>
Sun, 28 Feb 2010 02:57:07 +0000 (18:57 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 28 Feb 2010 02:57:07 +0000 (18:57 -0800)
Allow for an MCONFIG.local as a handier way to set things like debug
options.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
MCONFIG

diff --git a/MCONFIG b/MCONFIG
index 72f7f52..87079a5 100644 (file)
--- 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