summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2020-06-09 18:30:41 +1000
commit68d75380e4196799a74206e16b174bf216a5f1b6 (patch)
tree8f1147757594abfbc9235b895f697c4f13ec9be3
parent55c8f2f4b7f915489f809663274fe15c14f1fd4e (diff)
Add -ck1 version.5.7-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b668725a2a62..73a4381d3ea9 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ NAME = Kleptomaniac Octopus
PHONY := _all
_all:
+CKVERSION = -ck1
+CKNAME = MuQSS Powered
+EXTRAVERSION := $(EXTRAVERSION)$(CKVERSION)
+
# We are using a recursive build, so we need to do a little thinking
# to get the ordering right.
#