diff options
Diffstat (limited to 'arch/sh/kernel/cpu/sh4/Makefile')
-rw-r--r-- | arch/sh/kernel/cpu/sh4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/cpu/sh4/Makefile b/arch/sh/kernel/cpu/sh4/Makefile index 48946d54a2cd..8dbf3895ece7 100644 --- a/arch/sh/kernel/cpu/sh4/Makefile +++ b/arch/sh/kernel/cpu/sh4/Makefile | |||
@@ -14,6 +14,7 @@ obj-$(CONFIG_CPU_SUBTYPE_SH7760) += setup-sh7760.o | |||
14 | obj-$(CONFIG_CPU_SUBTYPE_SH7770) += setup-sh7770.o | 14 | obj-$(CONFIG_CPU_SUBTYPE_SH7770) += setup-sh7770.o |
15 | obj-$(CONFIG_CPU_SUBTYPE_SH7780) += setup-sh7780.o | 15 | obj-$(CONFIG_CPU_SUBTYPE_SH7780) += setup-sh7780.o |
16 | obj-$(CONFIG_CPU_SUBTYPE_SH73180) += setup-sh73180.o | 16 | obj-$(CONFIG_CPU_SUBTYPE_SH73180) += setup-sh73180.o |
17 | obj-$(CONFIG_CPU_SUBTYPE_SH7343) += setup-sh7343.o | ||
17 | obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += setup-sh4-202.o | 18 | obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += setup-sh4-202.o |
18 | 19 | ||
19 | # Primary on-chip clocks (common) | 20 | # Primary on-chip clocks (common) |