mirror of
https://github.com/dynup/kpatch
synced 2025-01-03 03:02:01 +00:00
Merge pull request #736 from jpoimboe/kpatch-gcc-bug
kpatch: fix kpatch-build matching changed object bug
This commit is contained in:
commit
9836f994dc
@ -38,7 +38,8 @@ if [[ "$TOOLCHAINCMD" = "gcc" ]] ; then
|
||||
arch/x86/entry/vdso/*|\
|
||||
drivers/firmware/efi/libstub/*|\
|
||||
arch/powerpc/kernel/prom_init.o|\
|
||||
*.*.o)
|
||||
.*.o|\
|
||||
*/.lib_exports.o)
|
||||
break
|
||||
;;
|
||||
*.o)
|
||||
|
Loading…
Reference in New Issue
Block a user