diff mbox

[U-Boot] Makefile: drop "tools-only" from no-dot-config-targets

Message ID 1413204006-17018-1-git-send-email-trini@ti.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Oct. 13, 2014, 12:40 p.m. UTC
With the introduction of CONFIG_LOCALVERSION support we cannot build
tools without having a config file (as we won't know our PLAIN_VERSION
until then).

Reported-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <trini@ti.com>
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Oct. 14, 2014, 8:27 a.m. UTC | #1
On Mon, Oct 13, 2014 at 08:40:06AM -0400, Tom Rini wrote:

> With the introduction of CONFIG_LOCALVERSION support we cannot build
> tools without having a config file (as we won't know our PLAIN_VERSION
> until then).
> 
> Reported-by: Otavio Salvador <otavio@ossystems.com.br>
> Signed-off-by: Tom Rini <trini@ti.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/Makefile b/Makefile
index 8657417..4aa7cba 100644
--- a/Makefile
+++ b/Makefile
@@ -411,7 +411,7 @@  timestamp_h := include/generated/timestamp_autogenerated.h
 
 no-dot-config-targets := clean clobber mrproper distclean \
 			 help %docs check% coccicheck \
-			 ubootversion backup tools-only
+			 ubootversion backup
 
 config-targets := 0
 mixed-targets  := 0