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:
@ -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
|
||||
|
Reference in New Issue
Block a user