linux-surface/kernel/drivers/soc/tegra/Makefile
2017-11-05 21:38:20 -05:00

9 lines
267 B
Makefile

# SPDX-License-Identifier: GPL-2.0
obj-y += fuse/
obj-y += common.o
obj-$(CONFIG_SOC_TEGRA_FLOWCTRL) += flowctrl.o
obj-$(CONFIG_SOC_TEGRA_PMC) += pmc.o
obj-$(CONFIG_SOC_TEGRA_PMC_TEGRA186) += pmc-tegra186.o
obj-$(CONFIG_SOC_TEGRA_POWERGATE_BPMP) += powergate-bpmp.o