aboutsummaryrefslogtreecommitdiff
path: root/modutils/Kbuild
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/Kbuild')
-rw-r--r--modutils/Kbuild11
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
7lib-y:= 7lib-y:=
8lib-$(CONFIG_DEPMOD) += depmod.o 8lib-$(CONFIG_DEPMOD) += depmod.o
9lib-$(CONFIG_INSMOD) += insmod.o 9lib-$(CONFIG_INSMOD) += insmod.o
10lib-$(CONFIG_LSMOD) += lsmod.o 10lib-$(CONFIG_LSMOD) += lsmod.o
11lib-$(CONFIG_MODPROBE) += modprobe.o 11lib-$(CONFIG_MODPROBE) += modprobe.o
12lib-$(CONFIG_RMMOD) += rmmod.o 12lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o
13lib-$(CONFIG_RMMOD) += rmmod.o