aboutsummaryrefslogtreecommitdiff
path: root/modutils/Kbuild
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-07-04 10:25:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-07-04 10:25:44 +0000
commit671691cf2107b846b40c165e6d5b2806172b6030 (patch)
tree0a2210ed36cb41846d0bacd1b08777ddf7e6ec95 /modutils/Kbuild
parent8ae5b28b4bff5f1099a4a77af89e1a7e23ad77e2 (diff)
downloadbusybox-671691cf2107b846b40c165e6d5b2806172b6030.tar.gz
modutils: optional modutils-small by Vladimir Dronnikov.
15kb smaller than standard one. libbb/recursive_action.c: commented-out code for aborting the scan.
Diffstat (limited to 'modutils/Kbuild')
-rw-r--r--modutils/Kbuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/modutils/Kbuild b/modutils/Kbuild
index 40ea0efbe..828070114 100644
--- a/modutils/Kbuild
+++ b/modutils/Kbuild
@@ -5,8 +5,9 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
-lib-$(CONFIG_DEPMOD) += depmod.o
-lib-$(CONFIG_INSMOD) += insmod.o
-lib-$(CONFIG_LSMOD) += lsmod.o
-lib-$(CONFIG_MODPROBE) += modprobe.o
-lib-$(CONFIG_RMMOD) += rmmod.o
+lib-$(CONFIG_DEPMOD) += depmod.o
+lib-$(CONFIG_INSMOD) += insmod.o
+lib-$(CONFIG_LSMOD) += lsmod.o
+lib-$(CONFIG_MODPROBE) += modprobe.o
+lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o
+lib-$(CONFIG_RMMOD) += rmmod.o