mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
c641ec6eab
Move Tegra186 support to the consolidated PMC driver to reduce some of the duplication and also gain I/O pad functionality on the new SoC as a side-effect. Signed-off-by: Thierry Reding <treding@nvidia.com>
8 lines
212 B
Makefile
8 lines
212 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_POWERGATE_BPMP) += powergate-bpmp.o
|