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 31f7cbf..fc0808d 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 lib-$(CONFIG_INSMOD) += insmod.o modutils.o |