summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorBenoit Goby <benoit@android.com>2010-08-31 15:59:00 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-21 22:11:16 -0700
commit74ea494f6c7335da0ba9872fffcf7a84bbd22a76 (patch)
tree575abf8529ae05d378f45351d0878c765ab96abf /arch/arm/mach-tegra/Makefile
parenta3aa94bbceee58ac3b363461df457d7ecad52f1f (diff)
[ARM] tegra: Compile usb_phy.c only if usb support is enabled
Change-Id: I190bab00533d065171ab2478363830c6d95e66cb Signed-off-by: Benoit Goby <benoit@android.com> Rebase-Id: R15d6e6cd8033b6739c40cb3409540c7573e7105f
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index 2e01b08e2418..7e1d3d9253ed 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -12,6 +12,7 @@ obj-$(CONFIG_PM_SLEEP) += pm-irq.o
obj-$(CONFIG_PM_SLEEP) += sleep.o
obj-y += fuse.o
obj-y += tegra_i2s_audio.o
+obj-$(CONFIG_USB_SUPPORT) += usb_phy.o
obj-$(CONFIG_FIQ) += fiq.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += powergate.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_clocks.o