From c4c48a8a5bb27cee0592aebcc032abe7858604c8 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 20 Dec 2004 11:57:10 +0000 Subject: Add a very simple install target. I expect there are more correct ways to do this. --- linux-2.6/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux-2.6/Makefile') 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 \ -- cgit v1.2.3