cpufreq/amd-pstate: Stop caching EPP
[pf-kernel.git] / drivers / soc / tegra / cbb / Makefile
blobe3ac6cdddf5c9e84feee345c033d1014f2079f31
1 # SPDX-License-Identifier: GPL-2.0
3 # Control Backbone Driver code.
5 ifdef CONFIG_SOC_TEGRA_CBB
6 obj-y += tegra-cbb.o
7 obj-$(CONFIG_ARCH_TEGRA_194_SOC) += tegra194-cbb.o
8 obj-$(CONFIG_ARCH_TEGRA_234_SOC) += tegra234-cbb.o
9 endif