diff options
Diffstat (limited to 'shell/Kbuild')
-rw-r--r-- | shell/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Kbuild b/shell/Kbuild index 155ac6f0f..d8306dc96 100644 --- a/shell/Kbuild +++ b/shell/Kbuild @@ -6,7 +6,7 @@ lib-y:= lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o builtin_read.o -lib-$(CONFIG_HUSH) += hush.o match.o +lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o builtin_read.o lib-$(CONFIG_CTTYHACK) += cttyhack.o lib-$(CONFIG_SH_MATH_SUPPORT) += math.o |