]> xenbits.xensource.com Git - people/julieng/boot-wrapper-aarch64.git/commitdiff
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)
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

index d83b417caadaa9f783e4ad4ccdbe62c51a42b411..cd022e926e9ec8545630ce11535b6281f3a667e6 100644 (file)
@@ -131,7 +131,7 @@ OFILES              += $(addprefix $(ARCH_SRC),boot.o stack.o $(BOOTMETHOD) utils.o)
 
 all: $(IMAGE) $(XIMAGE)
 
-CLEANFILES = $(IMAGE) $(OFILES) model.lds fdt.dtb
+CLEANFILES = $(IMAGE) linux-system.axf xen-system.axf $(OFILES) model.lds fdt.dtb
 
 $(IMAGE): $(OFILES) model.lds fdt.dtb $(KERNEL_IMAGE) $(FILESYSTEM) $(XEN_IMAGE)
        $(LD) $(LDFLAGS) $(OFILES) -o $@ --script=model.lds