--- Makefile | 4 ++++ 1 file changed, 4 insertions(+) Index: linux-4.1-ck2/Makefile =================================================================== --- linux-4.1-ck2.orig/Makefile 2015-08-09 16:52:58.669033037 +1000 +++ linux-4.1-ck2/Makefile 2015-08-09 16:53:07.463981221 +1000 @@ -10,6 +10,10 @@ NAME = Hurr durr I'ma sheep # 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) + # o Do not use make's built-in rules and variables # (this increases performance and avoids hard-to-debug behaviour); # o Look for make include files relative to root of kernel src