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@xxxxxxxxxxxxxx> --- arch/openrisc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/openrisc/Makefile b/arch/openrisc/Makefile index 72d7fa3d53fe..1776f56df97b 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 -- 2.29.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox