[U-Boot] [PATCH] Makefile: drop "tools-only" from no-dot-config-targets
Tom Rini
trini at ti.com
Mon Oct 13 14:40:06 CEST 2014
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 at ossystems.com.br>
Signed-off-by: Tom Rini <trini at ti.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
1.7.9.5
More information about the U-Boot
mailing list