mirror of https://github.com/dynup/kpatch
Merge pull request #687 from joe-lawrence/lib_exports
kpatch-gcc: update ignorelist to avoid foo/.lib_exports.o files
This commit is contained in:
commit
759774eaa4
|
@ -32,7 +32,7 @@ if [[ "$TOOLCHAINCMD" = "gcc" ]] ; then
|
||||||
arch/x86/vdso/*|\
|
arch/x86/vdso/*|\
|
||||||
arch/x86/entry/vdso/*|\
|
arch/x86/entry/vdso/*|\
|
||||||
drivers/firmware/efi/libstub/*|\
|
drivers/firmware/efi/libstub/*|\
|
||||||
.*.o)
|
*.*.o)
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
*.o)
|
*.o)
|
||||||
|
|
Loading…
Reference in New Issue