Implement ck1 patchset
/Makefile
blob:4363eb11b62c62e3734e00c3586fefaf28fe3261 -> blob:f5d2be2759e04490b864741eb9a21caa48aab818
--- Makefile
+++ Makefile
@@ -10,6 +10,10 @@ NAME = Sneaky Weasel
# 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)
+
# Do not:
# o use make's built-in rules and variables
# (this increases performance and avoids hard-to-debug behaviour);