diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-08-15 14:35:26 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-15 14:35:26 -0400 |
commit | 38f9ddf44150c1a213b41726384d055f7c35ec4f (patch) | |
tree | 33e059a43daf58f6f66ed82fde21babe1add0920 /arch/sh/kernel/Makefile_64 | |
parent | 60e0a4c7adc700f2d2929cdb2d0055e519a3eb3d (diff) |
sh: Merge the _32/_64 variants of arch/sh/kernel/Makefile.
This uses the BITS export as per x86 in order to allow the same Makefile
to be used.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/Makefile_64')
-rw-r--r-- | arch/sh/kernel/Makefile_64 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/sh/kernel/Makefile_64 b/arch/sh/kernel/Makefile_64 deleted file mode 100644 index 639ee514266c..000000000000 --- a/arch/sh/kernel/Makefile_64 +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | extra-y := head_64.o init_task.o vmlinux.lds | ||
2 | |||
3 | obj-y := debugtraps.o idle.o io.o io_generic.o irq.o machvec.o process_64.o \ | ||
4 | ptrace_64.o setup.o signal_64.o sys_sh.o sys_sh64.o \ | ||
5 | syscalls_64.o time.o topology.o traps.o traps_64.o unwinder.o | ||
6 | |||
7 | obj-y += cpu/ | ||
8 | obj-$(CONFIG_SMP) += smp.o | ||
9 | obj-$(CONFIG_SH_CPU_FREQ) += cpufreq.o | ||
10 | obj-$(CONFIG_MODULES) += sh_ksyms_64.o module.o | ||
11 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | ||
12 | obj-$(CONFIG_CRASH_DUMP) += crash_dump.o | ||
13 | obj-$(CONFIG_STACKTRACE) += stacktrace.o | ||
14 | obj-$(CONFIG_IO_TRAPPED) += io_trapped.o | ||
15 | obj-$(CONFIG_GENERIC_GPIO) += gpio.o | ||
16 | obj-$(CONFIG_DWARF_UNWINDER) += dwarf.o | ||
17 | |||
18 | obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += localtimer.o | ||
19 | |||
20 | EXTRA_CFLAGS += -Werror | ||