--- Makefile | 4 ++++ 1 file changed, 4 insertions(+) Index: linux-3.17-ck2/Makefile =================================================================== --- linux-3.17-ck2.orig/Makefile 2014-11-18 11:01:17.198859753 +1100 +++ linux-3.17-ck2/Makefile 2014-11-18 11:01:24.774859052 +1100 @@ -10,6 +10,10 @@ NAME = Shuffling Zombie Juror # Comments in this file are targeted only to the developer, do not # expect to learn how to build the kernel reading this file. +CKVERSION = -ck2 +CKNAME = BFS Powered +EXTRAVERSION := $(EXTRAVERSION)$(CKVERSION) + # Do not: # o use make's built-in rules and variables # (this increases performance and avoids hard-to-debug behaviour);