diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2005-02-15 13:15:08 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2005-02-15 13:15:08 +0000 |
commit | 80d844d99250e7bc26fbae7ca4a274ad46f7676f (patch) | |
tree | c50a2d3d6b631fccd30b284ae64e5c52f6dc64a7 /linux-2.6/Makefile | |
parent | 3e8792e7051090b442d29444fa2e5dfe46847c34 (diff) |
Run depmod after installing new modules
Diffstat (limited to 'linux-2.6/Makefile')
-rw-r--r-- | linux-2.6/Makefile | 1 |
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 |