diff Makefile @ 14:647e63ddab46

Apply patch with some fix from Peter Holik to allow compile and work with kernel 2.6.29
author AngelCarpintero
date Wed, 08 Jul 2009 10:07:31 +0000
parents b904131a3807
children
line wrap: on
line diff
--- a/Makefile	Tue Jan 20 12:23:52 2009 +0000
+++ b/Makefile	Wed Jul 08 10:07:31 2009 +0000
@@ -48,7 +48,7 @@
 	-/sbin/depmod -a
 clean:
 	rm -f .*.cmd *.o *.mod.c *.ko .v* *~ core Modules.symvers Module.symvers modules.order
-	rm -rf .tmp_versions/
+	rm -rf .tmp_versions/ Module.markers
 	rm -f example/dummy example/feed example/resize example/invert
 
 dist: clean