From 7eefe017e39122f13bf0528adb2c419531717c49 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 11 Dec 2016 17:08:47 +1100 Subject: [PATCH 18/24] Add -ck1 version. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) Index: linux-4.11-ck2/Makefile =================================================================== --- linux-4.11-ck2.orig/Makefile 2017-05-26 19:04:59.534228944 +1000 +++ linux-4.11-ck2/Makefile 2017-05-26 19:04:59.534228944 +1000 @@ -10,6 +10,10 @@ NAME = Fearless Coyote # 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 = MuQSS 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