]> xenbits.xensource.com Git - livepatch-build-tools.git/commitdiff
livepatch: add extra efi/ objects to be ignored
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 10 Mar 2022 15:08:33 +0000 (16:08 +0100)
committerRoss Lagerwall <ross.lagerwall@citrix.com>
Tue, 7 Feb 2023 11:55:25 +0000 (11:55 +0000)
The contents of this objects is init only, and cannot be patched.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Bjoern Doebel <doebel@amazon.de>
Reviewed-by: Ross Lagerwall <ross.lagerwall@citrix.com>
Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
livepatch-gcc

index fe782e091a1577521a2436cd05829604ae15a5e0..b0b9ce4419999eb91317c2e44c1254d5d01d0dee 100755 (executable)
@@ -66,6 +66,8 @@ elif [[ "$TOOLCHAINCMD" =~ $OBJCOPY_RE ]] ; then
         version.o|\
         debug.o|\
         check.o|\
+        boot.o|\
+        *.init.o|\
         .*.o)
             ;;
         *.o)