aboutsummaryrefslogtreecommitdiff
path: root/shell/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Kbuild')
-rw-r--r--shell/Kbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/Kbuild b/shell/Kbuild
index 4d4741eff..03960a8ea 100644
--- a/shell/Kbuild
+++ b/shell/Kbuild
@@ -8,4 +8,7 @@ lib-y:=
lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o
lib-$(CONFIG_HUSH) += hush.o match.o
lib-$(CONFIG_CTTYHACK) += cttyhack.o
+
lib-$(CONFIG_SH_MATH_SUPPORT) += math.o
+lib-$(CONFIG_ASH_RANDOM_SUPPORT) += random.o
+lib-$(CONFIG_HUSH_RANDOM_SUPPORT) += random.o