Klaus Heinrich Kiwi | 7aa26cd | 2020-09-24 12:18:00 -0500 | [diff] [blame] | 1 | From 5c5b9e604cb11e580bf1d8e269bc8ceb8f1cc008 Mon Sep 17 00:00:00 2001 |
| 2 | From: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> |
| 3 | Date: Thu, 17 Sep 2020 14:38:00 -0500 |
| 4 | Subject: [PATCH 2/2] Openpower kernel release 5.8-rc1-openpower1 |
| 5 | |
| 6 | Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> |
| 7 | --- |
| 8 | Makefile | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | |
| 11 | diff --git a/Makefile b/Makefile |
| 12 | index 24a4c1b..f25f3d7 100644 |
| 13 | --- a/Makefile |
| 14 | +++ b/Makefile |
| 15 | @@ -2,7 +2,7 @@ |
| 16 | VERSION = 5 |
| 17 | PATCHLEVEL = 8 |
| 18 | SUBLEVEL = 0 |
| 19 | -EXTRAVERSION = |
| 20 | +EXTRAVERSION = -openpower1 |
| 21 | NAME = Kleptomaniac Octopus |
| 22 | |
| 23 | # *DOCUMENTATION* |
| 24 | -- |
| 25 | 1.9.4 |
| 26 | |