[PATCH] x86/build: Add custom extraversion identifier to Makefile

From: Diego Fernando Mancera Gómez

Date: Thu May 21 2026 - 17:06:49 EST


Modify the top-level Makefile EXTRAVERSION variable to append a unique
user identifier '-capihw-v1'. This provides distinct verification
for custom compiled mainline trees during development audits.

Signed-off-by: Diego Fernando Mancera Gómez <diegomancera.dev@xxxxxxxxx>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b7b80e84e..d7f717d8a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
VERSION = 7
PATCHLEVEL = 1
SUBLEVEL = 0
-EXTRAVERSION = -rc3
+EXTRAVERSION = -rc3-capihw-v1
NAME = Baby Opossum Posse

# *DOCUMENTATION*
--
2.43.0