summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-12-11 17:08:47 +1100
committerCon Kolivas <kernel@kolivas.org>2016-12-12 09:54:34 +1100
commit2d35beb688a453050589af6b2048716e77909b39 (patch)
tree0a986075e128025c0e02044bf4ae897a9c3c2241
parent78216705f1a1ac671f4a0529d14bb0e99b9fd605 (diff)
Add -ck1 version.
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b1037774e8e8..d6c32ca068ee 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,10 @@ NAME = Roaring Lionus
# Comments in this file are targeted only to the developer, do not
# expect to learn how to build the kernel reading this file.
+CKVERSION = -ck1
+CKNAME = BFS 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