diff options
| -rw-r--r-- | modutils/depmod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modutils/depmod.c b/modutils/depmod.c index cfa9abb1a..b7965ebd2 100644 --- a/modutils/depmod.c +++ b/modutils/depmod.c | |||
| @@ -16,11 +16,11 @@ | |||
| 16 | //config: and modules.symbols) that contain dependency information | 16 | //config: and modules.symbols) that contain dependency information |
| 17 | //config: for modprobe. | 17 | //config: for modprobe. |
| 18 | 18 | ||
| 19 | //kbuild:ifneq ($(CONFIG_MODPROBE_SMALL),y) | ||
| 20 | //applet:IF_DEPMOD(IF_NOT_MODPROBE_SMALL(APPLET(depmod, BB_DIR_SBIN, BB_SUID_DROP))) | 19 | //applet:IF_DEPMOD(IF_NOT_MODPROBE_SMALL(APPLET(depmod, BB_DIR_SBIN, BB_SUID_DROP))) |
| 21 | //kbuild:endif | ||
| 22 | 20 | ||
| 21 | //kbuild:ifneq ($(CONFIG_MODPROBE_SMALL),y) | ||
| 23 | //kbuild:lib-$(CONFIG_DEPMOD) += depmod.o modutils.o | 22 | //kbuild:lib-$(CONFIG_DEPMOD) += depmod.o modutils.o |
| 23 | //kbuild:endif | ||
| 24 | 24 | ||
| 25 | #include "libbb.h" | 25 | #include "libbb.h" |
| 26 | #include "modutils.h" | 26 | #include "modutils.h" |
