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 /init | |
parent | b68bba56499da8e5079c6dcc9004f1e0b39e8983 (diff) | |
download | busybox-d70e0e995e41dc422442acd1eb4b086ff81b1961.tar.gz |
*: add INSERTs to *.src files where appropriate
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/Config.src | 2 | ||||
-rw-r--r-- | init/Kbuild.src | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/init/Config.src b/init/Config.src index e8121c96a..2e9208150 100644 --- a/init/Config.src +++ b/init/Config.src @@ -5,6 +5,8 @@ menu "Init Utilities" +INSERT + config INIT bool "init" default y diff --git a/init/Kbuild.src b/init/Kbuild.src index ce3f30256..6095a78bb 100644 --- a/init/Kbuild.src +++ b/init/Kbuild.src @@ -5,6 +5,8 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= + +INSERT lib-$(CONFIG_HALT) += halt.o lib-$(CONFIG_INIT) += init.o lib-$(CONFIG_MESG) += mesg.o |