From: Marek Vasut Date: Thu, 11 Feb 2016 12:59:46 +0000 (+0100) Subject: arm: socfpga: Add missing CONFIG_BUILD_TARGET X-Git-Tag: KARO-TXSD-2017-03-15~1757^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dc0a1a08ac98fc577b24b967d0d94a309bdb25a2;p=karo-tx-uboot.git arm: socfpga: Add missing CONFIG_BUILD_TARGET Add the missing CONFIG_BUILD_TARGET to get u-boot-with-spl.sfp built automatically upon running make in the source tree. Signed-off-by: Marek Vasut Cc: Dinh Nguyen Cc: Chin Liang See Cc: Denis Bakhvalov --- diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 8de0ab9046..0501bd110a 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -30,6 +30,9 @@ #define CONFIG_TIMESTAMP /* Print image info with timestamp */ +/* add target to build it automatically upon "make" */ +#define CONFIG_BUILD_TARGET "u-boot-with-spl.sfp" + /* * Memory configurations */