mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user