projects
/
profile
/
ivi
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08de2bc
)
MCONFIG: include MCONFIG.local if one exists
author
H. Peter Anvin
<hpa@zytor.com>
Sun, 28 Feb 2010 02:57:07 +0000
(18:57 -0800)
committer
H. 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
patch
|
blob
|
history
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