From 0b8835861b2e43cb45becdb560877bcc89aea827 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 23 Dec 2016 16:49:07 +0100 Subject: Make it possible to select "sh" and "bash" aliases without selecting ash or hush The same can be done for msh, but we are probably better off just deleting it in a next versio or two. Signed-off-by: Denys Vlasenko --- shell/Kbuild.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/Kbuild.src') diff --git a/shell/Kbuild.src b/shell/Kbuild.src index c00aec92a..6bba4989f 100644 --- a/shell/Kbuild.src +++ b/shell/Kbuild.src @@ -8,4 +8,4 @@ lib-y:= INSERT -lib-$(CONFIG_SH_MATH_SUPPORT) += math.o +lib-$(CONFIG_FEATURE_SH_MATH) += math.o -- cgit v1.2.3