Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « tegra « phy « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a93cd9a499b2bd4fd3e8e4f12e99290fc6c00022 (plain)
1
2
3
4
5
6
7
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
phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_210_SOC) += xusb-tegra210.o
phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_186_SOC) += xusb-tegra186.o