summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2017-05-12 13:22:22 +1000
commit7eefe017e39122f13bf0528adb2c419531717c49 (patch)
tree097429d5d7e63662b7c5db76a416c9dfc35f10f9
parentd9634fef71bb3de8ce1a34d72e03baf9264a5a96 (diff)
Add -ck1 version.4.11-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4b074a904106..c3b1d317da1e 100644
--- a/Makefile
+++ b/Makefile
@@ -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