diff options
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index 0a975b5fe493..87d065e65113 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile | |||
@@ -7,6 +7,7 @@ obj-y += gpio.o | |||
7 | obj-y += pinmux.o | 7 | obj-y += pinmux.o |
8 | obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += clock.o | 8 | obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += clock.o |
9 | obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_clocks.o | 9 | obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_clocks.o |
10 | obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pinmux-t2-tables.o | ||
10 | obj-$(CONFIG_SMP) += platsmp.o localtimer.o headsmp.o | 11 | obj-$(CONFIG_SMP) += platsmp.o localtimer.o headsmp.o |
11 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o | 12 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
12 | 13 | ||