summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2018-06-27 11:17:25 +1000
commitc9292dcd4e0eeb51a46820b7b5c701efe45006dc (patch)
tree48a101b4a342d636621cfe06bcb6463cffcd1380
parentd10793527f53e1b2a5218df5a999880a445c7181 (diff)
Add -ck1 version.
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 554dcaddbce4..c08299a6ca6b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ NAME = Merciless Moray
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