summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:00 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:00 +0200
commit41c344979d5d0484dfc0d50ab029d0673b7cd8e7 (patch)
treec55b9eb7feb36669a47d20f72e82effe7c677705 /Makefile
parent5b2d69d78c286cea48a49eb2c77cd8e4b790ac4b (diff)
parent3e4a0405455f66fbae0a98dc1faee5c7c39f17a2 (diff)
downloadbarebox-41c344979d5d0484dfc0d50ab029d0673b7cd8e7.tar.gz
barebox-41c344979d5d0484dfc0d50ab029d0673b7cd8e7.tar.xz
Merge branch 'for-next/arm'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc79d9575f..a780bed0d7 100644
--- a/Makefile
+++ b/Makefile
@@ -519,7 +519,7 @@ images: barebox.bin FORCE
images/%.s: barebox.bin FORCE
$(Q)$(MAKE) $(build)=images $@
-ifdef CONFIG_PBL_MULTI_IMAGES
+ifdef CONFIG_PBL_IMAGE
all: barebox.bin images
else
all: barebox-flash-image barebox-flash-images