diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-21 00:15:20 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-21 00:15:20 +0000 |
commit | 7a2ca5e111a21cca703e111ee448317bfaf96ed9 (patch) | |
tree | be7c65eeb924440e094ba4bdc46b60317eefe6f1 /init/Kbuild | |
parent | a624c11d5e9ac32f6e7b22b406e5a0eec44e2d3b (diff) | |
download | busybox-w32-7a2ca5e111a21cca703e111ee448317bfaf96ed9.tar.gz busybox-w32-7a2ca5e111a21cca703e111ee448317bfaf96ed9.tar.bz2 busybox-w32-7a2ca5e111a21cca703e111ee448317bfaf96ed9.zip |
init: stop doing silly things with the console (-400 bytes)
init_shared.[ch]: unused, thus deleted
Diffstat (limited to 'init/Kbuild')
-rw-r--r-- | init/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/Kbuild b/init/Kbuild index e99360241..c060f3af4 100644 --- a/init/Kbuild +++ b/init/Kbuild | |||
@@ -8,5 +8,3 @@ lib-y:= | |||
8 | lib-$(CONFIG_HALT) += halt.o | 8 | lib-$(CONFIG_HALT) += halt.o |
9 | lib-$(CONFIG_INIT) += init.o | 9 | lib-$(CONFIG_INIT) += init.o |
10 | lib-$(CONFIG_MESG) += mesg.o | 10 | lib-$(CONFIG_MESG) += mesg.o |
11 | lib-$(CONFIG_INIT) += init_shared.o | ||
12 | lib-$(CONFIG_HALT) += init_shared.o | ||