summaryrefslogtreecommitdiff
path: root/shell/Kbuild.src
diff options
context:
space:
mode:
authorDenys Vlasenko2016-12-23 16:49:07 +0100
committerDenys Vlasenko2017-01-01 13:01:04 +0100
commit28251dfa64a999c69605471863a2bb8692bfc7b3 (patch)
tree6bb83c0d295060a1591562f80a6a1dd992786926 /shell/Kbuild.src
parent9982d88a61684743f24143d97a634b8e12f56bcb (diff)
downloadbusybox-28251dfa64a999c69605471863a2bb8692bfc7b3.zip
busybox-28251dfa64a999c69605471863a2bb8692bfc7b3.tar.gz
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 <vda.linux@googlemail.com>
Diffstat (limited to 'shell/Kbuild.src')
-rw-r--r--shell/Kbuild.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Kbuild.src b/shell/Kbuild.src
index c00aec9..6bba498 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