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-libassuan.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/host-libassuan.in') diff --git a/rules/host-libassuan.in b/rules/host-libassuan.in index 2903ad5c7..1bce28e9b 100644 --- a/rules/host-libassuan.in +++ b/rules/host-libassuan.in @@ -3,4 +3,4 @@ config HOST_LIBASSUAN tristate select HOST_LIBGPG_ERROR - default ALLYES + default y if ALLYES -- cgit v1.2.3