[PATCH 2.6.27-rc4 27/27] mdb: add /debug directory to main Makefile

Previous thread: [PATCH 2.6.27-rc4 24/27] mdb: add notify_die handler to system panic by jmerkey on Wednesday, August 20, 2008 - 10:50 pm. (1 message)

Next thread: [ANNOUNCE] mdb: Merkey's Linux Kernel Debugger 2.6.27-rc4 released by jmerkey on Wednesday, August 20, 2008 - 10:50 pm. (38 messages)
To: <linux-kernel@...>
Date: Wednesday, August 20, 2008 - 10:50 pm

add /debug directory to main Makefile

Signed-off-by: Jeffrey Vernon Merkey (jmerkey@wolfmountaingroup.com)

--- a/Makefile 2008-08-19 14:10:42.000000000 -0600
+++ b/Makefile 2008-08-19 14:09:39.000000000 -0600
@@ -620,6 +620,7 @@

ifeq ($(KBUILD_EXTMOD),)
core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/
+core-$(CONFIG_MDB) += debug/

vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \
$(core-y) $(core-m) $(drivers-y) $(drivers-m) \
--

Previous thread: [PATCH 2.6.27-rc4 24/27] mdb: add notify_die handler to system panic by jmerkey on Wednesday, August 20, 2008 - 10:50 pm. (1 message)

Next thread: [ANNOUNCE] mdb: Merkey's Linux Kernel Debugger 2.6.27-rc4 released by jmerkey on Wednesday, August 20, 2008 - 10:50 pm. (38 messages)