diff options
Diffstat (limited to 'shell/Kbuild')
-rw-r--r-- | shell/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Kbuild b/shell/Kbuild index 6b58040fc..944eaff51 100644 --- a/shell/Kbuild +++ b/shell/Kbuild | |||
@@ -9,3 +9,5 @@ lib-$(CONFIG_ASH) += ash.o | |||
9 | lib-$(CONFIG_HUSH) += hush.o | 9 | lib-$(CONFIG_HUSH) += hush.o |
10 | lib-$(CONFIG_LASH) += lash.o | 10 | lib-$(CONFIG_LASH) += lash.o |
11 | lib-$(CONFIG_MSH) += msh.o | 11 | lib-$(CONFIG_MSH) += msh.o |
12 | |||
13 | lib-$(CONFIG_CTTYHACK) += cttyhack.o | ||