tree: Use true false for PcieRpLtrEnable[]
[coreboot2.git] / src / soc / amd / common / block / cpu / tsc / Makefile.mk
blob4ec0e0fa52b84dbad8b944ba6003d321e3e3a6fc
1 ## SPDX-License-Identifier: GPL-2.0-only
3 all_x86-$(CONFIG_SOC_AMD_COMMON_BLOCK_CPUFREQ_FAM15H_16H) += cpufreq_15_16.c
4 all_x86-$(CONFIG_SOC_AMD_COMMON_BLOCK_CPUFREQ_FAM17H_19H) += cpufreq_17_19.c
5 all_x86-$(CONFIG_SOC_AMD_COMMON_BLOCK_CPUFREQ_FAM1AH) += cpufreq_1a.c
6 all_x86-$(CONFIG_SOC_AMD_COMMON_BLOCK_TSC) += tsc_freq.c
8 smm-$(CONFIG_SOC_AMD_COMMON_BLOCK_CPUFREQ_FAM15H_16H) += cpufreq_15_16.c
9 smm-$(CONFIG_SOC_AMD_COMMON_BLOCK_CPUFREQ_FAM17H_19H) += cpufreq_17_19.c
10 smm-$(CONFIG_SOC_AMD_COMMON_BLOCK_CPUFREQ_FAM1AH) += cpufreq_1a.c
11 smm-$(CONFIG_SOC_AMD_COMMON_BLOCK_TSC) += tsc_freq.c