| From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
| From: Joel Stanley <joel@jms.id.au> |
| Date: Mon, 28 May 2018 13:30:59 +0930 |
| Subject: [PATCH 3/3] Release OpenPower kernel |
| |
| Signed-off-by: Joel Stanley <joel@jms.id.au> |
| --- |
| Makefile | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/Makefile b/Makefile |
| index ded9e8480d74..c5c3d5cebec4 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -2,7 +2,7 @@ |
| VERSION = 4 |
| PATCHLEVEL = 16 |
| SUBLEVEL = 12 |
| -EXTRAVERSION = |
| +EXTRAVERSION = -openpower1 |
| NAME = Fearless Coyote |
| |
| # *DOCUMENTATION* |