From a4f331d3c3ea5b358613992a48556cc9cbfdf139 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 7 Apr 2009 06:03:22 +0000 Subject: implement support for parameter substitution via #/% operators --- shell/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/Kbuild') diff --git a/shell/Kbuild b/shell/Kbuild index 2b461b3..8b693ec 100644 --- a/shell/Kbuild +++ b/shell/Kbuild @@ -6,7 +6,7 @@ lib-y:= lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o -lib-$(CONFIG_HUSH) += hush.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 -- cgit v1.1