depmod: don't build it if MODPROBE_SMALL=y
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 1 Jan 2017 12:12:48 +0000 (13:12 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 1 Jan 2017 12:13:48 +0000 (13:13 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
modutils/depmod.c

index cfa9abb1aee15ef4b59e6c0690cd4f3c524ec28a..b7965ebd219d9c34b1d535861ec474813a521cb3 100644 (file)
 //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"