mirror of https://github.com/dynup/kpatch
kpatch-gcc: add libstub to ignore list
The firmware libstub library isn't a part of the proper runtime kernel and can be safely ignored. Fixes: #518
This commit is contained in:
parent
a1d6b0d00e
commit
d378b245e5
|
@ -31,6 +31,7 @@ if [[ "$TOOLCHAINCMD" = "gcc" ]] ; then
|
||||||
kernel/system_certificates.o|\
|
kernel/system_certificates.o|\
|
||||||
arch/x86/vdso/*|\
|
arch/x86/vdso/*|\
|
||||||
arch/x86/entry/vdso/*|\
|
arch/x86/entry/vdso/*|\
|
||||||
|
drivers/firmware/efi/libstub/*|\
|
||||||
.*.o)
|
.*.o)
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue