From c5aa0b78de5e75f0c493402ecda4f6352de14195 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 4 Oct 2013 22:06:22 -0400 Subject: [PATCH 6/7] ck1-version Add -ck version in inconspicuous place where it will merge relatively easily with later kernel versions. -ck --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4f3eec4..99e6cba 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,10 @@ NAME = One Giant Leap for Frogkind # 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); -- 1.8.1.2