]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Makefile: drop "tools-only" from no-dot-config-targets
authorTom Rini <trini@ti.com>
Mon, 13 Oct 2014 12:38:55 +0000 (08:38 -0400)
committerTom Rini <trini@ti.com>
Mon, 13 Oct 2014 12:38:55 +0000 (08:38 -0400)
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

index 8657417329ce7e029307ee77e8b764a42e3cbe26..4aa7cba4471f2646fce4a3007f3f5c48afc30747 100644 (file)
--- 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