]> xenbits.xensource.com Git - people/wipawel/livepatch-build-tools/commit
livepatch-build: Handle newly created object files
authorPawel Wieczorkiewicz <wipawel@amazon.de>
Mon, 8 Oct 2018 08:39:19 +0000 (08:39 +0000)
committerPawel Wieczorkiewicz <wipawel@amazon.de>
Wed, 7 Aug 2019 10:58:12 +0000 (10:58 +0000)
commitbce9d1030f9df2a010705b0bc086cd7f66c918de
treee9b7200bc8ea1fd9c9ad535cb458320af54c31a6
parent291f6da0b557bb1adf5bca000b8d00d70c6e4ef7
livepatch-build: Handle newly created object files

Up to now the livepatch-build ignores newly created object files.
When patch applies new .c file and augments its Makefile to build it
the resulting object file is not taken into account for final linking
step.

Such newly created object files can be detected by comparing patched/
and original/ directories and copied over to the output directory for
the final linking step.

Signed-off-by: Pawel Wieczorkiewicz <wipawel@amazon.de>
Reviewed-by: Andra-Irina Paraschiv <andraprs@amazon.com>
Reviewed-by: Bjoern Doebel <doebel@amazon.de>
Reviewed-by: Norbert Manthey <nmanthey@amazon.de>
livepatch-build