diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2004-12-20 11:57:10 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2004-12-20 11:57:10 +0000 |
commit | c4c48a8a5bb27cee0592aebcc032abe7858604c8 (patch) | |
tree | 33c7cc21477e50bf4a722d19386de2b3f30eedc0 /linux-2.6/Makefile | |
parent | ae0db704b4ada67f9df81e208308c7d92c29396e (diff) |
Add a very simple install target. I expect there are more correct ways to
do this.
Diffstat (limited to 'linux-2.6/Makefile')
-rw-r--r-- | linux-2.6/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-2.6/Makefile b/linux-2.6/Makefile index 7e86e84c..dff0ac09 100644 --- a/linux-2.6/Makefile +++ b/linux-2.6/Makefile @@ -279,6 +279,10 @@ clean cleandir: $(MODULE_LIST):: make DRM_MODULES=$@ modules +install: + cp -p $(MODULE_LIST:.o=.ko) /lib/modules/$(RUNNING_REL)/kernel/drivers/char/drm + + # Build test utilities PRGCFLAGS = $(CFLAGS) -g -ansi -pedantic -DPOSIX_C_SOURCE=199309L \ |