[ARM] tegra: Compile usb_phy.c only if usb support is enabled

Change-Id: I190bab00533d065171ab2478363830c6d95e66cb
Signed-off-by: Benoit Goby <benoit@android.com>
This commit is contained in:
Benoit Goby
2010-08-31 15:59:00 -07:00
committed by Colin Cross
parent 12cfe15dd2
commit f9559ba01f

View File

@@ -11,8 +11,8 @@ obj-y += powergate.o
obj-y += suspend.o
obj-y += fuse.o
obj-y += tegra_i2s_audio.o
obj-$(CONFIG_USB_SUPPORT) += usb_phy.o
obj-$(CONFIG_FIQ) += fiq.o
obj-y += usb_phy.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += clock.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_clocks.o