summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTrent Piepho <tpiepho@kymetacorp.com>2015-10-26 20:55:30 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2015-10-27 16:52:40 +0100
commit550cf79c216a67efdb23e15a9501db8b4c3347a1 (patch)
tree330fded996e5b3d0977b5d5a264039ba90747523 /Makefile
parentad0aadfda3d09067ec2440b93decfd009001477f (diff)
downloadbarebox-550cf79c216a67efdb23e15a9501db8b4c3347a1.tar.gz
barebox-550cf79c216a67efdb23e15a9501db8b4c3347a1.tar.xz
Make list of flash images and fix link all single image cases
Create a new file named 'barebox-flash-images' in the top level output directory that lists each image generated, one per line. Paths will be relative to the top level output directory. This works if multiple images are generated as well as for a single image. Also update the existing barebox-flash-image symlink to point to the image in all cases where there is a single image generated. If multiple images are generated, it will point to the non-existent file 'multi-image-build'. Signed-off-by: Trent Piepho <tpiepho@kymetacorp.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b100775a7..b067b00b07 100644
--- a/Makefile
+++ b/Makefile
@@ -484,6 +484,9 @@ export KBUILD_BINARY ?= barebox.bin
barebox-flash-image: $(KBUILD_IMAGE) FORCE
$(call if_changed,ln)
+barebox-flash-images: $(KBUILD_IMAGE)
+ @echo $^ > $@
+
images: barebox.bin FORCE
$(Q)$(MAKE) $(build)=images $@
images/%.s: barebox.bin FORCE
@@ -492,7 +495,7 @@ images/%.s: barebox.bin FORCE
ifdef CONFIG_PBL_MULTI_IMAGES
all: barebox.bin images
else
-all: barebox-flash-image
+all: barebox-flash-image barebox-flash-images
endif
common-$(CONFIG_PBL_IMAGE) += pbl/