mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-28 09:36:58 +08:00
27 lines
652 B
Diff
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
|
|
|