summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCon Kolivas <kernel@kolivas.org>2016-10-20 15:36:33 +1100
committerCon Kolivas <kernel@kolivas.org>2016-10-20 15:36:33 +1100
commit3d1519e3f8501adff16566dbc3c2151d997aafce (patch)
tree181612ad0a74d024b9989b9b09770d82d3eaab33
parent86f11edf0eb94f4ca3219cce6fc3ea046c10120d (diff)
ck1-version.patch4.8-ck1
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80b8671d5c46..9e6e5fa34738 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,10 @@ NAME = Psychotic Stoned Sheep
# 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