--- Makefile | 4 ++++ 1 file changed, 4 insertions(+) Index: linux-4.7-ck5/Makefile =================================================================== --- linux-4.7-ck5.orig/Makefile 2016-09-23 08:36:05.454584254 +1000 +++ linux-4.7-ck5/Makefile 2016-09-23 08:36:12.909539207 +1000 @@ -10,6 +10,10 @@ NAME = Psychotic Stoned 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 = -ck5 +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