--- zzzz-none-000/linux-5.15.111/scripts/Makefile.headersinst 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/scripts/Makefile.headersinst 2024-02-07 10:23:31.000000000 +0000 @@ -9,6 +9,9 @@ # # ========================================================================== +# Includes Intel Corporation's changes/modifications dated: 2017. +# Changed/modified portions - Copyright (c) 2017, Intel Corporation. + PHONY := __headers __headers: @@ -65,8 +68,9 @@ $(gen-headers): $(dst)/%.h: $(gen)/%.h $(srctree)/scripts/headers_install.sh FORCE $(call if_changed,install) +# INTEL: Comment cmd-remove to allow several KBuild files with same destination-y quiet_cmd_remove = REMOVE $(unwanted) - cmd_remove = rm -f $(unwanted) + cmd_remove = # rm -f $(unwanted) __headers: $(all-headers) ifneq ($(unwanted),)