[syslinux:pathbased] MCONFIG: include MCONFIG.local if one exists

syslinux-bot for H. Peter Anvin hpa at zytor.com
Sat Feb 27 19:00:03 PST 2010


Commit-ID:  42ccf1ff0f330e8ae2e016385ce8e0b8242e7b94
Gitweb:     http://syslinux.zytor.com/commit/42ccf1ff0f330e8ae2e016385ce8e0b8242e7b94
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Sat, 27 Feb 2010 18:57:07 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Sat, 27 Feb 2010 18:57:07 -0800

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 at zytor.com>


---
 MCONFIG |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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



More information about the Syslinux-commits mailing list