From: Tom Rini Date: Mon, 13 Oct 2014 12:38:55 +0000 (-0400) Subject: Makefile: drop "tools-only" from no-dot-config-targets X-Git-Tag: v2014.10~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7ad5cbb1ef2c33883f0fa7d0455095004fd306d;p=platform%2Fkernel%2Fu-boot.git 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 Signed-off-by: Tom Rini --- 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