diff options
Diffstat (limited to 'arch/sh/kernel/Makefile_32')
-rw-r--r-- | arch/sh/kernel/Makefile_32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/Makefile_32 b/arch/sh/kernel/Makefile_32 index 10a34c3ae647..df25304ad780 100644 --- a/arch/sh/kernel/Makefile_32 +++ b/arch/sh/kernel/Makefile_32 | |||
@@ -19,7 +19,7 @@ obj-$(CONFIG_VSYSCALL) += vsyscall/ | |||
19 | obj-$(CONFIG_SMP) += smp.o | 19 | obj-$(CONFIG_SMP) += smp.o |
20 | obj-$(CONFIG_CF_ENABLER) += cf-enabler.o | 20 | obj-$(CONFIG_CF_ENABLER) += cf-enabler.o |
21 | obj-$(CONFIG_SH_STANDARD_BIOS) += sh_bios.o | 21 | obj-$(CONFIG_SH_STANDARD_BIOS) += sh_bios.o |
22 | obj-$(CONFIG_SH_KGDB) += kgdb_stub.o kgdb_jmp.o | 22 | obj-$(CONFIG_KGDB) += kgdb.o |
23 | obj-$(CONFIG_SH_CPU_FREQ) += cpufreq.o | 23 | obj-$(CONFIG_SH_CPU_FREQ) += cpufreq.o |
24 | obj-$(CONFIG_MODULES) += sh_ksyms_32.o module.o | 24 | obj-$(CONFIG_MODULES) += sh_ksyms_32.o module.o |
25 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | 25 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |