summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-01 12:12:48 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2017-01-01 12:13:48 (GMT)
commit1a6aca3d6002e133b7517f8f1ff3d7f0dd954c3f (patch)
tree045dd12f6b5ec0deb61b71f04219d585c5271f65
parentfe3f55c540ed21005ba5bd981e098cb5dec64c37 (diff)
downloadbusybox-1a6aca3d6002e133b7517f8f1ff3d7f0dd954c3f.zip
busybox-1a6aca3d6002e133b7517f8f1ff3d7f0dd954c3f.tar.gz
busybox-1a6aca3d6002e133b7517f8f1ff3d7f0dd954c3f.tar.bz2
depmod: don't build it if MODPROBE_SMALL=y
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--modutils/depmod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modutils/depmod.c b/modutils/depmod.c
index cfa9abb..b7965eb 100644
--- a/modutils/depmod.c
+++ b/modutils/depmod.c
@@ -16,11 +16,11 @@
//config: and modules.symbols) that contain dependency information
//config: for modprobe.
-//kbuild:ifneq ($(CONFIG_MODPROBE_SMALL),y)
//applet:IF_DEPMOD(IF_NOT_MODPROBE_SMALL(APPLET(depmod, BB_DIR_SBIN, BB_SUID_DROP)))
-//kbuild:endif
+//kbuild:ifneq ($(CONFIG_MODPROBE_SMALL),y)
//kbuild:lib-$(CONFIG_DEPMOD) += depmod.o modutils.o
+//kbuild:endif
#include "libbb.h"
#include "modutils.h"