blob: 861001b93454dd3265254ae8fa7eaa521327b8aa [file] [log] [blame]
Joel Stanley41a7f1e2016-10-31 23:15:44 +10301From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Joel Stanley <joel@jms.id.au>
Joel Stanleye50183f2017-02-28 12:17:46 +10303Date: Tue, 28 Feb 2017 12:15:10 +1030
Joel Stanley8d5acef2017-03-15 16:24:09 +10304Subject: [PATCH 12/12] Release OpenPower kernel
Joel Stanley41a7f1e2016-10-31 23:15:44 +10305
6Signed-off-by: Joel Stanley <joel@jms.id.au>
7---
8 Makefile | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/Makefile b/Makefile
Joel Stanley13405a32017-04-03 12:31:08 +093012index 976e8d1a468a..507f49235ac9 100644
Joel Stanley41a7f1e2016-10-31 23:15:44 +103013--- a/Makefile
14+++ b/Makefile
15@@ -1,7 +1,7 @@
16 VERSION = 4
Joel Stanleye50183f2017-02-28 12:17:46 +103017 PATCHLEVEL = 10
Joel Stanley13405a32017-04-03 12:31:08 +093018 SUBLEVEL = 7
Joel Stanley41a7f1e2016-10-31 23:15:44 +103019-EXTRAVERSION =
20+EXTRAVERSION = -openpower1
Joel Stanleye50183f2017-02-28 12:17:46 +103021 NAME = Fearless Coyote
Joel Stanley41a7f1e2016-10-31 23:15:44 +103022
23 # *DOCUMENTATION*
24--
252.11.0
26