X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=shell%2FKbuild;h=8b693ecc3379001b8b4bbe2a0bef942f7f07f9dc;hb=252ccba948eb9f6372de0ddf6d61654df91ab360;hp=9c60698f794c7a60ca2e95534c94601c64b8d34b;hpb=8e1c71529c2bf38a04d4a117e625e59044a0785a;p=oweals%2Fbusybox.git diff --git a/shell/Kbuild b/shell/Kbuild index 9c60698f7..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-y += cmdedit.o -lib-$(CONFIG_ASH) += ash.o -lib-$(CONFIG_HUSH) += hush.o -lib-$(CONFIG_LASH) += lash.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