From: Roger Pau Monne Date: Thu, 10 Mar 2022 15:08:33 +0000 (+0100) Subject: livepatch: add extra efi/ objects to be ignored X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=862a9522a905f8fc217c07e36b388de30ee4531e;p=livepatch-build-tools.git livepatch: add extra efi/ objects to be ignored The contents of this objects is init only, and cannot be patched. Signed-off-by: Roger Pau Monné Reviewed-by: Bjoern Doebel Reviewed-by: Ross Lagerwall Signed-off-by: Ross Lagerwall --- diff --git a/livepatch-gcc b/livepatch-gcc index fe782e0..b0b9ce4 100755 --- a/livepatch-gcc +++ b/livepatch-gcc @@ -66,6 +66,8 @@ elif [[ "$TOOLCHAINCMD" =~ $OBJCOPY_RE ]] ; then version.o|\ debug.o|\ check.o|\ + boot.o|\ + *.init.o|\ .*.o) ;; *.o)