comparison Makefile @ 10:bce647a9dd4b

Some changes to allow working with stock kernel 2.6.27
author AngelCarpintero
date Mon, 13 Oct 2008 00:26:10 +0000
parents 00bb25bff577
children b904131a3807
comparison
equal deleted inserted replaced
9:00bb25bff577 10:bce647a9dd4b
39 39
40 uninstall: 40 uninstall:
41 rm -f $(DEST)/$(MODULENAME).ko 41 rm -f $(DEST)/$(MODULENAME).ko
42 -/sbin/depmod -a 42 -/sbin/depmod -a
43 clean: 43 clean:
44 rm -f .*.cmd *.o *.mod.c *.ko .v* *~ core Modules.symvers Module.symvers 44 rm -f .*.cmd *.o *.mod.c *.ko .v* *~ core Modules.symvers Module.symvers modules.order
45 rm -rf .tmp_versions/ 45 rm -rf .tmp_versions/
46 rm -f example/dummy example/feed example/resize example/invert 46 rm -f example/dummy example/feed example/resize example/invert
47 47
48 dist: clean 48 dist: clean
49 cd .. ; tar cfvz $(MODULENAME)-$(VERSION).tar.gz --exclude='.svn' $(VERSION)/ 49 cd .. ; tar cfvz $(MODULENAME)-$(VERSION).tar.gz --exclude='.svn' $(VERSION)/