summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-06-04 10:46:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-09 12:20:05 +0200
commitc2909fd6564a3c5ca68629ee457ba0e9939cb383 (patch)
treee10fead15b1db581a80f87cd86018c52b9e60b9b
parent152bbdb7cfefab89132549ea83fb0b859c290e8a (diff)
downloadbarebox-c2909fd6564a3c5ca68629ee457ba0e9939cb383.tar.gz
barebox-c2909fd6564a3c5ca68629ee457ba0e9939cb383.tar.xz
openrisc: set default KBUILD_IMAGE
For non-multi-image configuration, KBUILD_IMAGE is taken as the image to install. It was so far not set for openRISC. Define it, so it can be used by the make install stage, e.g. to collect artifacts after a CI run. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20210604084704.17410-6-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/openrisc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/openrisc/Makefile b/arch/openrisc/Makefile
index 72d7fa3d53..1776f56df9 100644
--- a/arch/openrisc/Makefile
+++ b/arch/openrisc/Makefile
@@ -28,3 +28,5 @@ dts := arch/openrisc/dts
%.dtb: scripts
$(Q)$(MAKE) $(build)=$(dts) $(dts)/$@
+
+KBUILD_IMAGE := barebox