diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-08 12:15:11 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-08 12:15:11 +0200 |
commit | d70e0e995e41dc422442acd1eb4b086ff81b1961 (patch) | |
tree | 654f5d83b1584f77d164355408510507a20e6ca7 /shell | |
parent | b68bba56499da8e5079c6dcc9004f1e0b39e8983 (diff) | |
download | busybox-w32-d70e0e995e41dc422442acd1eb4b086ff81b1961.tar.gz busybox-w32-d70e0e995e41dc422442acd1eb4b086ff81b1961.tar.bz2 busybox-w32-d70e0e995e41dc422442acd1eb4b086ff81b1961.zip |
*: add INSERTs to *.src files where appropriate
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.src | 2 | ||||
-rw-r--r-- | shell/Kbuild.src | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/Config.src b/shell/Config.src index 966fa7012..800911966 100644 --- a/shell/Config.src +++ b/shell/Config.src | |||
@@ -5,6 +5,8 @@ | |||
5 | 5 | ||
6 | menu "Shells" | 6 | menu "Shells" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config ASH | 10 | config ASH |
9 | bool "ash" | 11 | bool "ash" |
10 | default y | 12 | default y |
diff --git a/shell/Kbuild.src b/shell/Kbuild.src index 8bdb68b11..d76b35386 100644 --- a/shell/Kbuild.src +++ b/shell/Kbuild.src | |||
@@ -5,6 +5,9 @@ | |||
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | 5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. |
6 | 6 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
10 | |||
8 | lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o | 11 | lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o |
9 | lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o | 12 | lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o |
10 | lib-$(CONFIG_CTTYHACK) += cttyhack.o | 13 | lib-$(CONFIG_CTTYHACK) += cttyhack.o |