summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2018-12-29 18:38:36 +1100
commita3af35e85fd1b2a79c6ed8ae2e48ac0517fa6a06 (patch)
treee831dd638fcccaeb081a8892723932e2d9763085
parentf8098da5809159754351d69341a86cabafefe582 (diff)
Add -ck1 version.4.20-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a2a9a175756..05de1c14b6e4 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ NAME = Shy Crocodile
PHONY := _all
_all:
+CKVERSION = -ck1
+CKNAME = MuQSS Powered
+EXTRAVERSION := $(EXTRAVERSION)$(CKVERSION)
+
# Do not use make's built-in rules and variables
# (this increases performance and avoids hard-to-debug behaviour)
MAKEFLAGS += -rR