diff Makefile @ 11:b904131a3807

Allow to build with kernel 2.6.27.git and 2.6.28-rc9
author AngelCarpintero
date Mon, 22 Dec 2008 04:32:52 +0000
parents bce647a9dd4b
children 647e63ddab46
line wrap: on
line diff
--- a/Makefile	Mon Oct 13 00:26:10 2008 +0000
+++ b/Makefile	Mon Dec 22 04:32:52 2008 +0000
@@ -29,6 +29,12 @@
 all: 
 	$(MAKE) -C $(KSRC) SUBDIRS=$(PWD) modules
 
+
+current: clean svn all
+
+svn:
+	svn update
+
 install:
 	install -d $(DEST)
 	install -m 644 -c $(MODULENAME).ko $(DEST)