c05564c4d8
Android 13
8 lines
212 B
Makefile
Executable file
8 lines
212 B
Makefile
Executable file
# 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
|