X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=shell%2FKbuild;h=8b693ecc3379001b8b4bbe2a0bef942f7f07f9dc;hb=252ccba948eb9f6372de0ddf6d61654df91ab360;hp=36a8ffd3a2199518d8e5f4d9a7867ffd64ebe048;hpb=96702ca945a8deac1f989584f2b25d1a16d14b72;p=oweals%2Fbusybox.git diff --git a/shell/Kbuild b/shell/Kbuild index 36a8ffd3a..8b693ecc3 100644 --- a/shell/Kbuild +++ b/shell/Kbuild @@ -5,8 +5,8 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= -lib-$(CONFIG_ASH) += ash.o -lib-$(CONFIG_HUSH) += hush.o -lib-$(CONFIG_MSH) += msh.o - +lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o +lib-$(CONFIG_HUSH) += hush.o match.o +lib-$(CONFIG_MSH) += msh.o lib-$(CONFIG_CTTYHACK) += cttyhack.o +lib-$(CONFIG_SH_MATH_SUPPORT) += math.o