X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lisovros/linux_canprio.git/blobdiff_plain/5cf11daf9abdfd7bf5f5893137155cb38ccbdeb8..refs/heads/shark-2.6.26.5:/Makefile diff --git a/Makefile b/Makefile index 20b32351906..56fb7478bc1 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 26 -EXTRAVERSION = -rc3 -NAME = Funky Weasel is Jiggy wit it +EXTRAVERSION = .5 +NAME = Rotary Wombat # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -1133,7 +1133,8 @@ clean: archclean $(clean-dirs) @find . $(RCS_FIND_IGNORE) \ \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \ -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \ - -o -name '*.symtypes' -o -name 'modules.order' \) \ + -o -name '*.symtypes' -o -name 'modules.order' \ + -o -name 'Module.markers' \) \ -type f -print | xargs rm -f # mrproper - Delete all generated files, including .config