--- zzzz-none-000/linux-4.9.279/arch/x86/kernel/cpu/Makefile 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/arch/x86/kernel/cpu/Makefile 2023-02-08 11:43:42.000000000 +0000 @@ -1,4 +1,9 @@ # +# 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 # @@ -26,7 +31,9 @@ obj-$(CONFIG_X86_FEATURE_NAMES) += capflags.o powerflags.o obj-$(CONFIG_CPU_SUP_INTEL) += intel.o tsx.o +ifdef CONFIG_X86_LOCAL_APIC obj-$(CONFIG_CPU_SUP_AMD) += amd.o +endif obj-$(CONFIG_CPU_SUP_CYRIX_32) += cyrix.o obj-$(CONFIG_CPU_SUP_CENTAUR) += centaur.o obj-$(CONFIG_CPU_SUP_TRANSMETA_32) += transmeta.o