summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2017-08-12 12:47:24 +1000
commit2d8f4506ddd789c0abeb0f20980812a2f2f336bc (patch)
tree988c419bdcc246bac3167f8bb4c219fe4bb6760d
parent709632b129ee991383e17a3944488454dc945d6c (diff)
Add -ck1 version.4.12-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 283c6236438e..e172b7236cd0 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