6 lines
203 B
Makefile
6 lines
203 B
Makefile
|
obj-$(CONFIG_PHY_TEGRA_XUSB) += phy-tegra-xusb.o
|
||
|
|
||
|
phy-tegra-xusb-y += xusb.o
|
||
|
phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_124_SOC) += xusb-tegra124.o
|
||
|
phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_132_SOC) += xusb-tegra124.o
|