• Stanislav Kinsbursky's avatar
    make: cleanup pie build · 712058a3
    Stanislav Kinsbursky authored
    This patch simplifies pie build. Main change is replaces explicit rules by
    implicit which reduces Makefile size and makes it more readable.
    
    Notes:
    1) intermediate build files are preserved.
    2) Both blobs are linked with util-net.o. Restorer blob doesn't require it,
    but this allows to avoid explicit rule for it.
    
    v3:
    1) Fixed parasite build.
    2) Fixed blobs deps - %.bin and %.bin.o can now be build in parallel.
    3) Updated restorer link: restorer is not linked with util-net.o anymore.
    Signed-off-by: 's avatarStanislav Kinsbursky <skinsbursky@openvz.org>
    Looks-good-to: Cyrill Gorcunov <gorcunov@openvz.org>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
    712058a3
Name
Last commit
Last update
..
Makefile Loading commit data...
gen-offsets.sh Loading commit data...
log-simple.c Loading commit data...
parasite-head-x86-64.S Loading commit data...
parasite.c Loading commit data...
pie.lds.S Loading commit data...
restorer.c Loading commit data...