From 98c52645c02dacebccae7d68d6c2627f9318fcf7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 2 Apr 2009 10:02:37 +0000 Subject: split math code out of ash and into a standalone library so we can use it in any shell (like hush!) --- shell/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/Kbuild') diff --git a/shell/Kbuild b/shell/Kbuild index deedc24..2b461b3 100644 --- a/shell/Kbuild +++ b/shell/Kbuild @@ -9,3 +9,4 @@ lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o lib-$(CONFIG_HUSH) += hush.o lib-$(CONFIG_MSH) += msh.o lib-$(CONFIG_CTTYHACK) += cttyhack.o +lib-$(CONFIG_SH_MATH_SUPPORT) += math.o -- cgit v1.1