diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:13:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:13:22 +0000 |
commit | 4ee7cd4f6f9f85871c8814bb524d3e691a2992a9 (patch) | |
tree | c1ca93c475e72736cfee70eaaa631f499da3b7e0 /scripts/Makefile.IMA | |
parent | aa9b1828b91bc4b60f1164b7929a6a0ac091419e (diff) | |
download | busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.tar.gz busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.tar.bz2 busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.zip |
*: mode tcp/udpsvd to networking, delete ipsvd/*
*/Config.in: fixes to text
svlogd: make it NOMMU capable
function old new delta
processorstart 378 420 +42
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes
text data bss dec hex filename
797153 662 7420 805235 c4973 busybox_old
797196 662 7420 805278 c499e busybox_unstripped
Diffstat (limited to 'scripts/Makefile.IMA')
-rw-r--r-- | scripts/Makefile.IMA | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Makefile.IMA b/scripts/Makefile.IMA index f5bc6ffd9..1d7bc2cc3 100644 --- a/scripts/Makefile.IMA +++ b/scripts/Makefile.IMA | |||
@@ -63,9 +63,6 @@ lib-y:= | |||
63 | include runit/Kbuild | 63 | include runit/Kbuild |
64 | lib-all-y += $(patsubst %,runit/%,$(sort $(lib-y))) | 64 | lib-all-y += $(patsubst %,runit/%,$(sort $(lib-y))) |
65 | lib-y:= | 65 | lib-y:= |
66 | include ipsvd/Kbuild | ||
67 | lib-all-y += $(patsubst %,ipsvd/%,$(sort $(lib-y))) | ||
68 | lib-y:= | ||
69 | include modutils/Kbuild | 66 | include modutils/Kbuild |
70 | lib-all-y += $(patsubst %,modutils/%,$(sort $(lib-y))) | 67 | lib-all-y += $(patsubst %,modutils/%,$(sort $(lib-y))) |
71 | lib-y:= | 68 | lib-y:= |