comparison 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
comparison
equal deleted inserted replaced
13:5971a90f2459 14:647e63ddab46
46 uninstall: 46 uninstall:
47 rm -f $(DEST)/$(MODULENAME).ko 47 rm -f $(DEST)/$(MODULENAME).ko
48 -/sbin/depmod -a 48 -/sbin/depmod -a
49 clean: 49 clean:
50 rm -f .*.cmd *.o *.mod.c *.ko .v* *~ core Modules.symvers Module.symvers modules.order 50 rm -f .*.cmd *.o *.mod.c *.ko .v* *~ core Modules.symvers Module.symvers modules.order
51 rm -rf .tmp_versions/ 51 rm -rf .tmp_versions/ Module.markers
52 rm -f example/dummy example/feed example/resize example/invert 52 rm -f example/dummy example/feed example/resize example/invert
53 53
54 dist: clean 54 dist: clean
55 cd .. ; tar cfvz $(MODULENAME)-$(VERSION).tar.gz --exclude='.svn' $(VERSION)/ 55 cd .. ; tar cfvz $(MODULENAME)-$(VERSION).tar.gz --exclude='.svn' $(VERSION)/
56 endif 56 endif