tools-only-in-no-dot-config-targets
authorVagrant Cascadian <vagrant@debian.org>
Mon, 9 Oct 2017 22:14:03 +0000 (23:14 +0100)
committerVagrant Cascadian <vagrant@debian.org>
Mon, 9 Oct 2017 22:14:03 +0000 (23:14 +0100)
Revert upstream commit c7ad5cbb1ef2c33883f0fa7d0455095004fd306d:

    Makefile: drop "tools-only" from no-dot-config-targets

This indirectly pulls in a build-dependency on libssl-dev used for FIT
image support, and possibly GPL/OpenSSL licensing incompatibility
issues.

Gbp-Pq: Name tools-only-in-no-dot-config-targets.diff

Makefile

index 7bbef82ef172e1c734476b2f4b2a2c2346af4cd5..1f479a4f1f9050b0b94d4862bbae00e1fa7cdb89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -425,7 +425,7 @@ timestamp_h := include/generated/timestamp_autogenerated.h
 
 no-dot-config-targets := clean clobber mrproper distclean \
                         help %docs check% coccicheck \
-                        ubootversion backup tests
+                        ubootversion backup tests tools-only
 
 config-targets := 0
 mixed-targets  := 0