diff options
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 0b7147928aa3..a1e931337d41 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile | |||
@@ -19,13 +19,6 @@ smp-$(CONFIG_ARCH_SH73A0) += smp-sh73a0.o | |||
19 | smp-$(CONFIG_ARCH_R8A7779) += smp-r8a7779.o | 19 | smp-$(CONFIG_ARCH_R8A7779) += smp-r8a7779.o |
20 | smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o | 20 | smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o |
21 | 21 | ||
22 | # Pinmux setup | ||
23 | pfc-y := | ||
24 | pfc-$(CONFIG_ARCH_SH7372) += pfc-sh7372.o | ||
25 | pfc-$(CONFIG_ARCH_SH73A0) += pfc-sh73a0.o | ||
26 | pfc-$(CONFIG_ARCH_R8A7740) += pfc-r8a7740.o | ||
27 | pfc-$(CONFIG_ARCH_R8A7779) += pfc-r8a7779.o | ||
28 | |||
29 | # IRQ objects | 22 | # IRQ objects |
30 | obj-$(CONFIG_ARCH_SH7372) += entry-intc.o | 23 | obj-$(CONFIG_ARCH_SH7372) += entry-intc.o |
31 | obj-$(CONFIG_ARCH_R8A7740) += entry-intc.o | 24 | obj-$(CONFIG_ARCH_R8A7740) += entry-intc.o |
@@ -51,4 +44,3 @@ obj-$(CONFIG_MACH_KZM9G) += board-kzm9g.o | |||
51 | 44 | ||
52 | # Framework support | 45 | # Framework support |
53 | obj-$(CONFIG_SMP) += $(smp-y) | 46 | obj-$(CONFIG_SMP) += $(smp-y) |
54 | obj-$(CONFIG_GENERIC_GPIO) += $(pfc-y) | ||