summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorMayuresh Kulkarni <mkulkarni@nvidia.com>2010-11-02 17:50:59 +0530
committerMayuresh Kulkarni <mkulkarni@nvidia.com>2010-11-02 17:50:59 +0530
commit952f2430bb2e56c8fec787248bfd1096b571ce96 (patch)
treeb8e535b0f5c5a6bc8fb1cee6178b92521b2ac2d7 /arch/arm/mach-tegra/Makefile
parent87e15f76775543ee64ca78ece08c17d0c74bc54b (diff)
parent62ce7a7f823cddb53e5e45f0644b5277581269db (diff)
Merge branch 'android-tegra-2.6.36' into linux-2.6/android-tegra-2.6.36
Change-Id: Ibb27f4380914230bb1ef85d5ea047ae29fbe2d5e
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index d73850c5828d..4e9be002b0e3 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -3,6 +3,7 @@ obj-y += io.o
obj-y += irq.o legacy_irq.o
obj-y += syncpt.o
obj-y += clock.o
+obj-y += dvfs.o
obj-y += timer.o
obj-y += gpio.o
obj-y += pinmux.o
@@ -12,6 +13,7 @@ obj-y += powergate.o
obj-y += suspend.o
obj-y += fuse.o
obj-y += tegra_i2s_audio.o
+obj-y += mc.o
obj-$(CONFIG_USB_SUPPORT) += usb_phy.o
obj-$(CONFIG_FIQ) += fiq.o
@@ -23,14 +25,11 @@ obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_clocks.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_dvfs.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += suspend-t2.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_save.o
-obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pinmux-t2-tables.o
obj-$(CONFIG_CPU_V7) += cortex-a9.o
-
-ifeq ($(CONFIG_SMP),y)
-obj-y += platsmp.o localtimer.o
+obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pinmux-t2-tables.o
+obj-$(CONFIG_SMP) += localtimer.o
+obj-$(CONFIG_SMP) += platsmp.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += headsmp-t2.o
-endif
-
obj-$(CONFIG_TEGRA_SYSTEM_DMA) += dma.o
obj-$(CONFIG_CPU_FREQ) += cpu-tegra.o
obj-$(CONFIG_CPU_IDLE) += cpuidle.o