diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-20 07:48:39 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 05:18:49 +0100 |
commit | e7e0a4b54a7f225f770d313f9e042f83ece57a35 (patch) | |
tree | 1aab00ea2f20226cf905d28970c3e6a629b21198 /arch/sh/kernel/Makefile_32 | |
parent | sh: Kill off SH-5 enter_deep_standby() cruft. (diff) | |
download | linux-e7e0a4b54a7f225f770d313f9e042f83ece57a35.tar.xz linux-e7e0a4b54a7f225f770d313f9e042f83ece57a35.zip |
sh: Share the ELF dump_task interfaces.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/Makefile_32')
-rw-r--r-- | arch/sh/kernel/Makefile_32 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/Makefile_32 b/arch/sh/kernel/Makefile_32 index 5c7fa594d6d1..17216f5e7c93 100644 --- a/arch/sh/kernel/Makefile_32 +++ b/arch/sh/kernel/Makefile_32 @@ -21,5 +21,6 @@ obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o 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 |