From 55e547eb6fad0d3ced00a62f04160016d90baabe Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 26 May 2008 12:01:49 +0000 Subject: - add simple first-draft unoptimized depmod just to proove Vladimir Dronnikov wrong text data bss dec hex filename 569 0 0 569 239 modutils/depmod.o --- modutils/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'modutils/Kbuild') diff --git a/modutils/Kbuild b/modutils/Kbuild index cff02b4f2..40ea0efbe 100644 --- a/modutils/Kbuild +++ b/modutils/Kbuild @@ -5,6 +5,7 @@ # Licensed under the GPL v2, see the file LICENSE in this tarball. lib-y:= +lib-$(CONFIG_DEPMOD) += depmod.o lib-$(CONFIG_INSMOD) += insmod.o lib-$(CONFIG_LSMOD) += lsmod.o lib-$(CONFIG_MODPROBE) += modprobe.o -- cgit v1.2.3