--- zzzz-none-000/linux-4.9.279/drivers/platform/x86/Makefile 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/drivers/platform/x86/Makefile 2023-02-08 11:43:42.000000000 +0000 @@ -2,6 +2,12 @@ # Makefile for linux/drivers/platform/x86 # x86 Platform-Specific Drivers # +# Includes Intel Corporation's changes/modifications dated: 2018. +# Changed/modified portions - Copyright (c) 2018, Intel Corporation. +# + +ccflags-y += -Werror + obj-$(CONFIG_ASUS_LAPTOP) += asus-laptop.o obj-$(CONFIG_ASUS_WMI) += asus-wmi.o obj-$(CONFIG_ASUS_NB_WMI) += asus-nb-wmi.o @@ -71,3 +77,4 @@ intel_telemetry_pltdrv.o \ intel_telemetry_debugfs.o obj-$(CONFIG_INTEL_PMC_CORE) += intel_pmc_core.o +obj-$(CONFIG_PUMA_ACPI) += puma_acpi.o