From c2501dbfc7538ef79042292bf0f87ea3e9df5912 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 24 Oct 2016 02:36:36 +0000 Subject: [PATCH] tools-only-in-no-dot-config-targets 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bcbb9621..63550dca4 100644 --- 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 -- 2.30.2