summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2010-12-01 13:28:31 -0800
committerScott Williams <scwilliams@nvidia.com>2010-12-01 14:48:12 -0800
commit0f821a8558811e7469683d47a916e19cebaabcdc (patch)
tree370af3295ea64b33ed5789384dd24dc6cab5aa43 /arch/arm/mach-tegra/Makefile
parent11b2574225b0710d462f14a78c26605e2767529b (diff)
[ARM] tegra: Chip dependent/independent code partitioning
Change-Id: Ia00d8d54cef825c47824ec48b5059eb942a7ea52 Reviewed-on: http://git-master/r/11805 Reviewed-by: Hoang Pham <hopham@nvidia.com> Tested-by: Hoang Pham <hopham@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index 16b3fc5110cc..fca7e342b8f6 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -17,7 +17,7 @@ obj-y += i2s_api.o
else
obj-y += tegra_i2s_audio.o
endif
-obj-y += tegra_spdif_audio.o
+obj-y += tegra_spdif_audio.o
obj-y += mc.o
obj-$(CONFIG_USB_SUPPORT) += usb_phy.o
obj-$(CONFIG_FIQ) += fiq.o
@@ -33,6 +33,7 @@ obj-$(CONFIG_CPU_V7) += cortex-a9.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pinmux-t2-tables.o
obj-$(CONFIG_SMP) += localtimer.o
obj-$(CONFIG_SMP) += platsmp.o
+obj-y += headsmp.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += headsmp-t2.o
obj-$(CONFIG_TEGRA_SYSTEM_DMA) += dma.o
obj-$(CONFIG_CPU_FREQ) += cpu-tegra.o