summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-10-13 08:38:55 -0400
committerTom Rini <trini@ti.com>2014-10-13 08:38:55 -0400
commitc7ad5cbb1ef2c33883f0fa7d0455095004fd306d (patch)
tree76055027cf5c799a166afcd5a413670513de9034 /Makefile
parente89d623f099c44b0b166ccf46bce2e6a0b99c984 (diff)
downloadtalos-obmc-uboot-c7ad5cbb1ef2c33883f0fa7d0455095004fd306d.tar.gz
talos-obmc-uboot-c7ad5cbb1ef2c33883f0fa7d0455095004fd306d.zip
Makefile: drop "tools-only" from no-dot-config-targets
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8657417329..4aa7cba447 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
OpenPOWER on IntegriCloud