Merge pull request #736 from jpoimboe/kpatch-gcc-bug

kpatch: fix kpatch-build matching changed object bug
This commit is contained in:
Joe Lawrence 2017-09-14 09:06:44 -04:00 committed by GitHub
commit 9836f994dc

View File

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