| From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
| From: Joel Stanley <joel@jms.id.au> |
| Date: Fri, 10 May 2019 16:51:56 +0930 |
| Subject: [PATCH 2/2] 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 26c92f892d24..6e5b9f60a5db 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -2,7 +2,7 @@ |
| VERSION = 5 |
| PATCHLEVEL = 1 |
| SUBLEVEL = 0 |
| -EXTRAVERSION = |
| +EXTRAVERSION = -openpower1 |
| NAME = Shy Crocodile |
| |
| # *DOCUMENTATION* |