summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2019-05-15 16:12:11 +1000
commit802003630751d43a1b3b34eba8332d9b67e50312 (patch)
treeefd925b1149f1ee53511de028eba25b982f87879
parent2113c0b7c42ba961bcc409c1bf9aca9db747b2b0 (diff)
Add -ck1 version.5.1-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 26c92f892d24..e3325aecd55c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ NAME = Shy Crocodile
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.
#