summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-02-15 13:15:08 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-02-15 13:15:08 +0000
commit80d844d99250e7bc26fbae7ca4a274ad46f7676f (patch)
treec50a2d3d6b631fccd30b284ae64e5c52f6dc64a7
parent3e8792e7051090b442d29444fa2e5dfe46847c34 (diff)
Run depmod after installing new modules
-rw-r--r--linux-2.6/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-2.6/Makefile b/linux-2.6/Makefile
index e623b5d5..8534e108 100644
--- a/linux-2.6/Makefile
+++ b/linux-2.6/Makefile
@@ -281,6 +281,7 @@ $(MODULE_LIST)::
install: modules
cp -p $(MODULE_LIST:.o=.ko) /lib/modules/$(RUNNING_REL)/kernel/drivers/char/drm
+ depmod -A
# Build test utilities