Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.14-rc3 9 lines 344 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-y += fuse/ 3 4obj-y += common.o 5obj-$(CONFIG_SOC_TEGRA_FLOWCTRL) += flowctrl.o 6obj-$(CONFIG_SOC_TEGRA_PMC) += pmc.o 7obj-$(CONFIG_SOC_TEGRA_POWERGATE_BPMP) += powergate-bpmp.o 8obj-$(CONFIG_SOC_TEGRA20_VOLTAGE_COUPLER) += regulators-tegra20.o 9obj-$(CONFIG_SOC_TEGRA30_VOLTAGE_COUPLER) += regulators-tegra30.o