Skip to content

Commit

Permalink
Merge pull request #687 from joe-lawrence/lib_exports
Browse files Browse the repository at this point in the history
kpatch-gcc: update ignorelist to avoid foo/.lib_exports.o files
  • Loading branch information
Jessica Yu authored Mar 10, 2017
2 parents 2553653 + d526805 commit 759774e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpatch-build/kpatch-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [[ "$TOOLCHAINCMD" = "gcc" ]] ; then
arch/x86/vdso/*|\
arch/x86/entry/vdso/*|\
drivers/firmware/efi/libstub/*|\
.*.o)
*.*.o)
break
;;
*.o)
Expand Down

0 comments on commit 759774e

Please sign in to comment.