--- Makefile | 4 ++++ 1 file changed, 4 insertions(+) Index: linux-4.6-ck1/Makefile =================================================================== --- linux-4.6-ck1.orig/Makefile 2016-06-08 12:28:27.041437074 +1000 +++ linux-4.6-ck1/Makefile 2016-06-08 12:28:27.039437078 +1000 @@ -10,6 +10,10 @@ NAME = Charred Weasel # Comments in this file are targeted only to the developer, do not # expect to learn how to build the kernel reading this file. +CKVERSION = -ck1 +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