summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2020-02-04 14:22:44 +1100
commit2dab673a40944d5e6391c7e5c87fc50330b42102 (patch)
tree70ba8579e7461395544589e8fb8d4013f0cf27a2
parentc2501543c87c9933efb03a05b5308b0e7afc5f2f (diff)
Add -ck1 version.5.5-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6a01b073915e..dd1876725cef 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.
#