From: Luka Perkov Date: Sat, 31 Oct 2015 19:33:39 +0000 (+0100) Subject: arm: kirkwood: ib62x0: build u-boot.kwb X-Git-Tag: v2016.01-rc2~302^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bd4c1d3e965fc82d6f3ecb059a2833fc0d224266;p=u-boot arm: kirkwood: ib62x0: build u-boot.kwb Avoid double typing in the shell and build u-boot.kwb when running "make" only. Signed-off-by: Luka Perkov --- diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h index 9f1dc8a708..73caaca0f1 100644 --- a/include/configs/ib62x0.h +++ b/include/configs/ib62x0.h @@ -22,6 +22,9 @@ #define CONFIG_KW88F6281 /* SOC Name */ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ +/* Add target to build it automatically upon "make" */ +#define CONFIG_BUILD_TARGET "u-boot.kwb" + /* * Enable device tree support */