From: Alexander Lobakin Date: Mon, 9 Jan 2023 17:04:03 +0000 (+0100) Subject: scripts/head-object-list: Remove x86 from the list X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5353fff29e42d0efc844dcaf764336d20a7f6b44;p=linux.git scripts/head-object-list: Remove x86 from the list Now that x86 boot code is not hardcoded to the particular linking order, remove x86 files from the list and let them be placed inside the vmlinux according only to the linker script and linker preferences. Signed-off-by: Alexander Lobakin Signed-off-by: Ingo Molnar Tested-by: Jiri Slaby Link: https://lore.kernel.org/r/20230109170403.4117105-3-alexandr.lobakin@intel.com --- diff --git a/scripts/head-object-list.txt b/scripts/head-object-list.txt index b074134cfac21..b2a0e21ea8d7e 100644 --- a/scripts/head-object-list.txt +++ b/scripts/head-object-list.txt @@ -42,10 +42,4 @@ arch/s390/kernel/head64.o arch/sh/kernel/head_32.o arch/sparc/kernel/head_32.o arch/sparc/kernel/head_64.o -arch/x86/kernel/head_32.o -arch/x86/kernel/head_64.o -arch/x86/kernel/head32.o -arch/x86/kernel/head64.o -arch/x86/kernel/ebda.o -arch/x86/kernel/platform-quirks.o arch/xtensa/kernel/head.o