diff options
author | Alexander Lobakin <alexandr.lobakin@intel.com> | 2023-01-09 18:04:03 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2023-01-09 18:22:21 +0100 |
commit | 5353fff29e42d0efc844dcaf764336d20a7f6b44 (patch) | |
tree | 85476fe2d7beee85e5ac7ed5510c944c9ddb8ba0 /scripts/head-object-list.txt | |
parent | 7734a0f31e99c433df3063bbb7e8ee5a16a2cb82 (diff) |
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 <alexandr.lobakin@intel.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Tested-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20230109170403.4117105-3-alexandr.lobakin@intel.com
Diffstat (limited to 'scripts/head-object-list.txt')
-rw-r--r-- | scripts/head-object-list.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/head-object-list.txt b/scripts/head-object-list.txt index b074134cfac2..b2a0e21ea8d7 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 |