summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2018-02-18 16:20:13 +1100
commitbdb118bfaf65cf70e138d2e55c057b59d0416775 (patch)
tree4b92b9f0fecc0556de80cd6ecd8e8c8c123f1dca
parent12cd322dc9608d3d8016cbcb93effda570d41051 (diff)
Add -ck1 version.4.15-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c8b8e902d5a4..0cd40b83ccc5 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ NAME = Fearless Coyote
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