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:
Jessica Yu 2017-03-10 10:00:32 -08:00 committed by GitHub
commit 759774eaa4
1 changed files with 1 additions and 1 deletions

View File

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