diff options
Diffstat (limited to 'modutils/Kbuild')
-rw-r--r-- | modutils/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/Kbuild b/modutils/Kbuild index cff02b4f2..40ea0efbe 100644 --- a/modutils/Kbuild +++ b/modutils/Kbuild | |||
@@ -5,6 +5,7 @@ | |||
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | 5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. |
6 | 6 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | lib-$(CONFIG_DEPMOD) += depmod.o | ||
8 | lib-$(CONFIG_INSMOD) += insmod.o | 9 | lib-$(CONFIG_INSMOD) += insmod.o |
9 | lib-$(CONFIG_LSMOD) += lsmod.o | 10 | lib-$(CONFIG_LSMOD) += lsmod.o |
10 | lib-$(CONFIG_MODPROBE) += modprobe.o | 11 | lib-$(CONFIG_MODPROBE) += modprobe.o |