From c9292dcd4e0eeb51a46820b7b5c701efe45006dc Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Sun, 11 Dec 2016 17:08:47 +1100 Subject: [PATCH 18/18] Add -ck1 version. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 554dcaddbce4..c08299a6ca6b 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,10 @@ NAME = Merciless Moray PHONY := _all _all: +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 -- 2.17.1