lede/target/linux/silicon/patches-5.19/0171-Makefile-Add-asahi-EXTRAVERSION.patch

27 lines
652 B
Diff

From 487be23db1706c5e323031169e0ec79995513928 Mon Sep 17 00:00:00 2001
From: Hector Martin <marcan@marcan.st>
Date: Thu, 2 Dec 2021 20:37:25 +0900
Subject: [PATCH 171/171] Makefile: Add -asahi EXTRAVERSION
Signed-off-by: Hector Martin <marcan@marcan.st>
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index df92892325ae..548debd24182 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
PHONY := __all
__all:
+EXTRAVERSION := $(EXTRAVERSION)-asahi
+
# We are using a recursive build, so we need to do a little thinking
# to get the ordering right.
#
--
2.34.1