split math code out of ash and into a standalone library so we can use it in any shell (like hush!)

This commit is contained in:
Mike Frysinger
2009-04-02 10:02:37 +00:00
parent 551ffdccea
commit 98c52645c0
6 changed files with 945 additions and 726 deletions

View File

@ -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