mirror of
https://github.com/dynup/kpatch
synced 2024-12-18 03:14:31 +00:00
Merge pull request #1154 from kamalesh-babulal/powerpc-vdso
kpatch-gcc: powerpc - skip vdso files
This commit is contained in:
commit
933fb21314
@ -42,6 +42,7 @@ if [[ "$TOOLCHAINCMD" =~ "gcc" ]] ; then
|
||||
arch/x86/entry/vdso/*|\
|
||||
drivers/firmware/efi/libstub/*|\
|
||||
arch/powerpc/kernel/prom_init.o|\
|
||||
arch/powerpc/kernel/vdso64/*|\
|
||||
lib/*|\
|
||||
.*.o|\
|
||||
*/.lib_exports.o)
|
||||
|
Loading…
Reference in New Issue
Block a user