depmod: don't build it if MODPROBE_SMALL=y

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2017-01-01 13:12:48 +01:00
parent fe3f55c540
commit 1a6aca3d60
1 changed files with 2 additions and 2 deletions

View File

@ -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"