diff options
author | Pascal Bellard <pascal.bellard@ads-lu.com> | 2010-06-06 04:55:13 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-06 04:55:13 +0200 |
commit | 22bdf90334515e047fcccf36ae80a543b6a056de (patch) | |
tree | 96e10780f25e2ba2d10df3d17418fe9100deb521 /modutils/Kbuild.src | |
parent | 2f32bf8be63f70125049402ba43101d8c6083d46 (diff) |
modinfo: new applet
function old new delta
modinfo_main - 307 +307
modinfo - 280 +280
packed_usage 27037 27131 +94
display - 74 +74
static.shortcuts - 24 +24
applet_names 2254 2262 +8
applet_main 1324 1328 +4
applet_nameofs 662 664 +2
------------------------------------------------------------------------------
(add/remove: 5/0 grow/shrink: 4/0 up/down: 793/0) Total: 793 bytes
Signed-off-by: Pascal Bellard <pascal.bellard@ads-lu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils/Kbuild.src')
-rw-r--r-- | modutils/Kbuild.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/Kbuild.src b/modutils/Kbuild.src index 31f7cbf93..fc0808d7f 100644 --- a/modutils/Kbuild.src +++ b/modutils/Kbuild.src @@ -5,6 +5,7 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= +INSERT lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o lib-$(CONFIG_DEPMOD) += depmod.o modutils.o lib-$(CONFIG_INSMOD) += insmod.o modutils.o |