mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
linux-header: update-linux-header script changes
Kernel commit 8a141be3233a changed from using ASSEMBLY to ASSEMBLER Updated the update-linux-header script to match Signed-off-by: Rorie Reyes <rreyes@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/qemu-devel/20250425052401.8287-2-rreyes@linux.ibm.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
7969cf4639
commit
f4df9f2618
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ EOF
|
|||
|
||||
# Remove everything except the macros from bootparam.h avoiding the
|
||||
# unnecessary import of several video/ist/etc headers
|
||||
sed -e '/__ASSEMBLY__/,/__ASSEMBLY__/d' \
|
||||
sed -e '/__ASSEMBLER__/,/__ASSEMBLER__/d' \
|
||||
"$hdrdir/include/asm/bootparam.h" > "$hdrdir/bootparam.h"
|
||||
cp_portable "$hdrdir/bootparam.h" \
|
||||
"$output/include/standard-headers/asm-$arch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue