diff options
Diffstat (limited to 'modutils/Kbuild')
-rw-r--r-- | modutils/Kbuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/modutils/Kbuild b/modutils/Kbuild index 40ea0efbe..828070114 100644 --- a/modutils/Kbuild +++ b/modutils/Kbuild | |||
@@ -5,8 +5,9 @@ | |||
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_DEPMOD) += depmod.o |
9 | lib-$(CONFIG_INSMOD) += insmod.o | 9 | lib-$(CONFIG_INSMOD) += insmod.o |
10 | lib-$(CONFIG_LSMOD) += lsmod.o | 10 | lib-$(CONFIG_LSMOD) += lsmod.o |
11 | lib-$(CONFIG_MODPROBE) += modprobe.o | 11 | lib-$(CONFIG_MODPROBE) += modprobe.o |
12 | lib-$(CONFIG_RMMOD) += rmmod.o | 12 | lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o |
13 | lib-$(CONFIG_RMMOD) += rmmod.o | ||