From 3ea2e82dc7b32703f5043c3b30b049905a0d07aa Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 9 Oct 2009 20:59:04 +0200 Subject: ash: factor out $RANDOM support function old new delta next_random - 46 +46 ash_main 1361 1356 -5 change_random 132 97 -35 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 0/2 up/down: 46/-40) Total: 6 bytes Signed-off-by: Denys Vlasenko --- shell/Kbuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell/Kbuild') 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 -- cgit v1.2.3