From 42ccf1ff0f330e8ae2e016385ce8e0b8242e7b94 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 27 Feb 2010 18:57:07 -0800 Subject: 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 --- MCONFIG | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MCONFIG') 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 -- cgit v1.2.1