blob: 9a7951731695d6879abe57605675353971bdd35b (
plain)
1
2
3
4
5
6
|
#
# Makefile for linux/drivers/platform/tegra
# Tegra Platform-Specific Drivers
#
obj-$(CONFIG_USB_SUPPORT) += tegra_usb_pmc.o
obj-$(CONFIG_TEGRA_USB_SHARED_PAD) += tegra_usb_pad_ctrl.o
|