summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-18 11:58:58 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-10-18 11:58:58 +0200
commiteeae75acd6ec94b6959c98a6b2c9ddcffc9a6cd0 (patch)
treec712d123011374bc26e537d2579cd33a0da6644c
parent6f6fc2237219c5a4ba07319cf38f724f1cec3598 (diff)
Fix up makefile make clean.
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 192649e..0b2c871 100644
--- a/Makefile
+++ b/Makefile
@@ -14,4 +14,9 @@ default:
endif
clean:
- rm -f *.o *.ko *.mod.c testgart
+ rm -rf *.o *.ko *.mod.c testgart .*.cmd .tmp_versions
+
+install-agp: FORCE
+ cp agpgart.ko intel-agp.ko /lib/modules/`uname -r`/kernel/drivers/char/agp
+ depmod -ae
+FORCE: