Joel Stanley | 9447af6 | 2018-05-16 13:47:47 +0930 | [diff] [blame^] | 1 | From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
| 2 | From: Joel Stanley <joel@jms.id.au> |
| 3 | Date: Wed, 16 May 2018 13:42:40 +0930 |
| 4 | Subject: [PATCH 4/4] Release OpenPower kernel |
| 5 | |
| 6 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
| 7 | --- |
| 8 | Makefile | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | |
| 11 | diff --git a/Makefile b/Makefile |
| 12 | index 5da6ffd69209..6d6fbae5e2b9 100644 |
| 13 | --- a/Makefile |
| 14 | +++ b/Makefile |
| 15 | @@ -2,7 +2,7 @@ |
| 16 | VERSION = 4 |
| 17 | PATCHLEVEL = 16 |
| 18 | SUBLEVEL = 8 |
| 19 | -EXTRAVERSION = |
| 20 | +EXTRAVERSION = -openpower2 |
| 21 | NAME = Fearless Coyote |
| 22 | |
| 23 | # *DOCUMENTATION* |