]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/commit
Explicitly clean linux-system.axf and xen-system.axf master xen
authorChristoffer Dall <christoffer.dall@linaro.org>
Mon, 20 Jun 2016 15:09:34 +0000 (16:09 +0100)
committerJulien Grall <julien.grall@arm.com>
Wed, 29 Jun 2016 09:59:56 +0000 (10:59 +0100)
commit8b719f64e90a0246df701b33d6456fe0fba2635d
tree61dab967f0f8123f136260580bed6da756e77ed3
parent09b399b47f4dab7fc5707be3b03ad6b362ddcda1
Explicitly clean linux-system.axf and xen-system.axf

When doing a make clean, only the output image currently configured to
build is being removed.  However, one would expect all build artifacts
to be removed when doing a 'make clean' and when switching between Xen
and Linux builds, it is easy to accidentally run an older build than
intended.  Simply hardcode the axf image file names.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Makefile.am