projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe3f55c
)
depmod: don't build it if MODPROBE_SMALL=y
author
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 1 Jan 2017 12:12:48 +0000
(13:12 +0100)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/modutils/depmod.c
b/modutils/depmod.c
index cfa9abb1aee15ef4b59e6c0690cd4f3c524ec28a..b7965ebd219d9c34b1d535861ec474813a521cb3 100644
(file)
--- 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"