mirror of
https://github.com/dynup/kpatch
synced 2025-02-16 17:57:02 +00:00
kpatch-cc: Add more file ignores
These files aren't in the kernel proper, and can be ignored. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
This commit is contained in:
parent
6507700d02
commit
1ead10d2b2
@ -31,22 +31,22 @@ if [[ "$TOOLCHAINCMD" =~ ^(.*-)?gcc$ || "$TOOLCHAINCMD" =~ ^(.*-)?clang$ ]] ; th
|
||||
vmlinux.o|\
|
||||
.tmp_kallsyms1.o|\
|
||||
.tmp_kallsyms2.o|\
|
||||
init/version.o|\
|
||||
arch/x86/boot/version.o|\
|
||||
arch/x86/boot/compressed/eboot.o|\
|
||||
arch/x86/boot/header.o|\
|
||||
arch/x86/boot/compressed/efi_stub_64.o|\
|
||||
arch/x86/boot/compressed/piggy.o|\
|
||||
kernel/system_certificates.o|\
|
||||
arch/x86/vdso/*|\
|
||||
arch/x86/boot/*|\
|
||||
arch/x86/entry/vdso/*|\
|
||||
drivers/firmware/efi/libstub/*|\
|
||||
arch/x86/purgatory/*|\
|
||||
arch/x86/realmode/*|\
|
||||
arch/x86/tools/*|\
|
||||
arch/x86/vdso/*|\
|
||||
arch/powerpc/kernel/prom_init.o|\
|
||||
arch/powerpc/kernel/vdso64/*|\
|
||||
arch/s390/boot/*|\
|
||||
arch/s390/purgatory/*|\
|
||||
arch/s390/kernel/vdso64/*|\
|
||||
drivers/firmware/efi/libstub/*|\
|
||||
init/version.o|\
|
||||
kernel/system_certificates.o|\
|
||||
lib/*|\
|
||||
tools/*|\
|
||||
.*.o|\
|
||||
*/.lib_exports.o)
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user