aboutsummaryrefslogtreecommitdiff
path: root/payloads/external/GRUB2/Makefile
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2016-09-14 14:41:36 +0200
committerMartin Roth <martinroth@google.com>2017-02-24 03:50:02 +0100
commit08cf195f4c1165412fd2286d19c20c08a2a4300e (patch)
tree8ae926a565ef6e28a65aade6957df5f594a0fa28 /payloads/external/GRUB2/Makefile
parent9b798d7904f50b8ad83fe43442a5a3da85789bdd (diff)
payloads/external/GRUB2: Add "git revision" to the GRUB2 version menu
This change is based on the following commit: 3aa91dc payloads/seabios: Add "git revision" to the SeaBIOS version menu Change-Id: I9987e3673e70b5cb20173d1ddff6060f42a5374a Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Reviewed-on: https://review.coreboot.org/18352 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'payloads/external/GRUB2/Makefile')
-rw-r--r--payloads/external/GRUB2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/payloads/external/GRUB2/Makefile b/payloads/external/GRUB2/Makefile
index 137fec2847..7cac6a3219 100644
--- a/payloads/external/GRUB2/Makefile
+++ b/payloads/external/GRUB2/Makefile
@@ -1,5 +1,7 @@
TAG-$(CONFIG_GRUB2_MASTER)=
+TAG-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
NAME-$(CONFIG_GRUB2_MASTER)=HEAD
+NAME-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
project_git_repo=git://git.sv.gnu.org/grub.git
project_dir=grub2