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-pixman.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules/host-pixman.in') diff --git a/rules/host-pixman.in b/rules/host-pixman.in index 5cd62a97d..f4f368e5e 100644 --- a/rules/host-pixman.in +++ b/rules/host-pixman.in @@ -2,4 +2,4 @@ config HOST_PIXMAN tristate - default ALLYES + default y if ALLYES -- cgit v1.2.3