aboutsummaryrefslogtreecommitdiff
path: root/utils/efibootmgr/Makefile
diff options
context:
space:
mode:
authorAnton Antonov <Anton.Antonov@arm.com>2023-10-03 12:57:17 +0100
committerTianling Shen <cnsztl@gmail.com>2023-10-31 13:48:59 +0800
commit3be58aa1d317877415c810bc8dc6a43030064a64 (patch)
tree68e4b586c409ae35a6b120a517e0db2dbdef20d4 /utils/efibootmgr/Makefile
parentc618100c8282867d8dc10a98472060c6b432dbc2 (diff)
efibootmgr: Add armsr target support
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
Diffstat (limited to 'utils/efibootmgr/Makefile')
-rw-r--r--utils/efibootmgr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/efibootmgr/Makefile b/utils/efibootmgr/Makefile
index fc53f8729..1463a6c82 100644
--- a/utils/efibootmgr/Makefile
+++ b/utils/efibootmgr/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=efibootmgr
PKG_VERSION:=18
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/rhboot/efibootmgr.git
@@ -23,7 +23,7 @@ define Package/efibootmgr
SECTION:=utils
CATEGORY:=Utilities
TITLE:=Application to modify the EFI Boot Manager
- DEPENDS:=@TARGET_x86_64 +efivar +libpopt
+ DEPENDS:=@(TARGET_x86_64||TARGET_armsr_armv8) +efivar +libpopt
URL:=https://github.com/rhboot/efibootmgr
endef