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:
Josh Poimboeuf 2015-10-28 11:39:55 -05:00
parent a1d6b0d00e
commit d378b245e5
1 changed files with 1 additions and 0 deletions

View File

@ -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
;; ;;