Implement ck1 patchset
/Makefile
blob:4cde77a3d0d6f108746f695ff50cb7317f6cb446 -> blob:45763ea43941f556486ff18afaa09932181f443b
--- 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);