diff options
Diffstat (limited to 'modutils/Kbuild.src')
-rw-r--r-- | modutils/Kbuild.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modutils/Kbuild.src b/modutils/Kbuild.src index fc0808d..a512f60 100644 --- a/modutils/Kbuild.src +++ b/modutils/Kbuild.src @@ -5,6 +5,7 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= + INSERT lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o lib-$(CONFIG_DEPMOD) += depmod.o modutils.o |