--- zzzz-none-000/linux-5.15.111/arch/x86/kernel/cpu/Makefile 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/arch/x86/kernel/cpu/Makefile 2024-02-07 10:22:35.000000000 +0000 @@ -1,5 +1,10 @@ # SPDX-License-Identifier: GPL-2.0 # +# Includes Intel Corporation's changes/modifications dated: 2017. +# Changed/modified portions - Copyright (c) 2017, Intel Corporation. +# + +# # Makefile for x86-compatible CPU details, features and quirks # @@ -36,7 +41,9 @@ obj-y += intel.o intel_pconfig.o tsx.o obj-$(CONFIG_PM) += intel_epb.o endif +ifdef CONFIG_X86_LOCAL_APIC obj-$(CONFIG_CPU_SUP_AMD) += amd.o +endif obj-$(CONFIG_CPU_SUP_HYGON) += hygon.o obj-$(CONFIG_CPU_SUP_CYRIX_32) += cyrix.o obj-$(CONFIG_CPU_SUP_CENTAUR) += centaur.o