]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Makefile
IPoIB/cm: Fix interoperability when MTU doesn't match
[karo-tx-linux.git] / Makefile
index 92cbc05c31adca02c97178a32cc8708a446532b6..b76ee94a6c9ff9436f6fa59e0a2c779850a0715d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 VERSION = 2
 PATCHLEVEL = 6
-SUBLEVEL = 21
-EXTRAVERSION =
-NAME = Nocturnal Monster Puppy
+SUBLEVEL = 22
+EXTRAVERSION = -rc5
+NAME = Holy Dancing Manatees, Batman!
 
 # *DOCUMENTATION*
 # To see a list of typical targets execute "make help"
@@ -856,6 +856,7 @@ archprepare: prepare1 scripts_basic
 
 prepare0: archprepare FORCE
        $(Q)$(MAKE) $(build)=.
+       $(Q)$(MAKE) $(build)=. missing-syscalls
 
 # All the preparing..
 prepare: prepare0