--- zzzz-none-000/linux-4.9.279/arch/x86/kernel/Makefile 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/arch/x86/kernel/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 the linux kernel. # @@ -52,7 +57,7 @@ obj-$(CONFIG_SYSFS) += ksysfs.o obj-y += bootflag.o e820.o obj-y += pci-dma.o quirks.o topology.o kdebugfs.o -obj-y += alternative.o i8253.o pci-nommu.o hw_breakpoint.o +obj-y += alternative.o i8253.o pci-nommu.o obj-y += tsc.o tsc_msr.o io_delay.o rtc.o obj-y += pci-iommu_table.o obj-y += resource.o @@ -97,6 +102,7 @@ obj-$(CONFIG_KGDB) += kgdb.o obj-$(CONFIG_VM86) += vm86_32.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o +obj-$(CONFIG_HW_BREAKPOINTS) += hw_breakpoint.o obj-$(CONFIG_HPET_TIMER) += hpet.o obj-$(CONFIG_APB_TIMER) += apb_timer.o