[PATCH] kbuild: add pavan-lfx suffix to EXTRAVERSION
| Newsgroups | dev.linux.lists.linux-kernel-mentees |
|---|---|
| Message-ID | <[email protected]> |
From: Yalagada Pavan Kumar <[email protected]> Modify the EXTRAVERSION field in the top level Makefile to include the "pavan-lfx" suffix. This change is done as part of the LFX Mentorship application task to demonstrate kernel build and version customization. Signed-off-by: Yalagada Pavan Kumar <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e27c91ea56fc..16d1312686b7 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 7 PATCHLEVEL = 1 SUBLEVEL = 0 -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc1-Pavan-lfx NAME = Baby Opossum Posse # *DOCUMENTATION* -- 2.43.0