1 # SPDX-License-Identifier: GPL-2.0 2 obj-y += io.o 3 obj-y += irq.o 4 obj-y += pm.o 5 obj-y += reset.o 6 obj-y += reset-handler.o 7 obj-y += sleep.o 8 obj-y += tegra.o 9 obj-y += sleep-tegra20.o 10 obj-y += sleep-tegra30.o 11 obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += pm-tegra20.o 12 obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += pm-tegra30.o 13 obj-$(CONFIG_SMP) += platsmp.o 14 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o 15 16 obj-$(CONFIG_ARCH_TEGRA_114_SOC) += pm-tegra30.o 17 obj-$(CONFIG_ARCH_TEGRA_124_SOC) += pm-tegra30.o 18 19 obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += board-paz00.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.