hush: make set -x support optional

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-07-16 12:36:14 +02:00
parent 3f5fae0772
commit 202a2d1219
5 changed files with 147 additions and 127 deletions

View File

@@ -9,9 +9,7 @@ lib-y:=
INSERT
lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o
lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o
lib-$(CONFIG_CTTYHACK) += cttyhack.o
lib-$(CONFIG_SH_MATH_SUPPORT) += math.o
lib-$(CONFIG_ASH_RANDOM_SUPPORT) += random.o
lib-$(CONFIG_HUSH_RANDOM_SUPPORT) += random.o