diff mbox

[U-Boot,2/6] kirkwood: ib62x0: build u-boot.kwb

Message ID 00000150c0997353-bf1bce4a-0e2b-4a2f-b859-2a772ac8f94b-000000@email.amazonses.com
State Accepted
Delegated to: Stefan Roese
Headers show

Commit Message

Luka Perkov Nov. 1, 2015, 1:11 a.m. UTC
Avoid double typing in the shell and build u-boot.kwb when running "make" only.

Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
---
 include/configs/ib62x0.h | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h
index 9f1dc8a..73caaca 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
  */