From 926a3dd85f7df66bd5879b87cfd5e7c556c12a07 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 6 Nov 2018 11:39:18 +0100 Subject: rules: used 'default y if ALLYES' instead of 'default ALLYES' This way the symbol only shows up in the config if ALLYES is enabled. This avoids unnecessary noise in the config files. Signed-off-by: Michael Olbrich --- rules/host-ninja.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/host-ninja.in') diff --git a/rules/host-ninja.in b/rules/host-ninja.in index a42ad0ce6..ef0e14fe8 100644 --- a/rules/host-ninja.in +++ b/rules/host-ninja.in @@ -3,6 +3,6 @@ config HOST_NINJA tristate select HOST_SYSTEM_PYTHON3 - default ALLYES + default y if ALLYES help Ninja build tool -- cgit v1.2.3