summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2018-11-14 15:14:47 +1100
commitda178919d63ecfec2738877abae02cd2ce8aa29c (patch)
tree8c6c79f26bdef1fddb64a59cd90df4b518062863
parentd8f6f203f5bdabdf1a5ddb6bdc9e13fae2b640b9 (diff)
Add -ck1 version.4.19-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 69fa5c0310d8..1ddd9dd25e9c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ NAME = "People's Front"
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