Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
10 lines
344 B
Makefile
10 lines
344 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
|
|
obj-$(CONFIG_SOC_TEGRA20_VOLTAGE_COUPLER) += regulators-tegra20.o
|
|
obj-$(CONFIG_SOC_TEGRA30_VOLTAGE_COUPLER) += regulators-tegra30.o
|