Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at for-next 19 lines 634 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-y += io.o 3obj-y += irq.o 4obj-y += pm.o 5obj-y += reset.o 6obj-y += reset-handler.o 7obj-y += sleep.o 8obj-y += tegra.o 9obj-y += sleep-tegra20.o 10obj-y += sleep-tegra30.o 11obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pm-tegra20.o 12obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += pm-tegra30.o 13obj-$(CONFIG_SMP) += platsmp.o 14obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o 15 16obj-$(CONFIG_ARCH_TEGRA_114_SOC) += pm-tegra30.o 17obj-$(CONFIG_ARCH_TEGRA_124_SOC) += pm-tegra30.o 18 19obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += board-paz00.o