commit | e7e0a4b54a7f225f770d313f9e042f83ece57a35 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Nov 20 15:48:39 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 28 13:18:49 2008 +0900 |
tree | 1aab00ea2f20226cf905d28970c3e6a629b21198 | |
parent | a7aa92d1b499a3ad67b36137445ecb1411a4533b [diff] [blame] |
sh: Share the ELF dump_task interfaces. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/Makefile_32 b/arch/sh/kernel/Makefile_32 index 5c7fa59..17216f5 100644 --- a/arch/sh/kernel/Makefile_32 +++ b/arch/sh/kernel/Makefile_32
@@ -21,5 +21,6 @@ obj-$(CONFIG_CRASH_DUMP) += crash_dump.o obj-$(CONFIG_PM) += pm.o obj-$(CONFIG_STACKTRACE) += stacktrace.o +obj-$(CONFIG_BINFMT_ELF) += dump_task.o EXTRA_CFLAGS += -Werror