mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-14 12:18:53 +00:00
Typo on aarch64 :/
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
c340e8ce10
commit
db142ce288
2
Makefile
2
Makefile
@ -52,7 +52,7 @@ ifeq ($(ARCH),ia32)
|
||||
"-DDEBUGDIR=L\"/usr/lib/debug/usr/share/shim/ia32-$(VERSION)$(RELEASE)/\""
|
||||
endif
|
||||
ifeq ($(ARCH),aarch64)
|
||||
CFLAGS += "-DEFI_ARCH=L\"aa64\""
|
||||
CFLAGS += "-DEFI_ARCH=L\"aa64\"" \
|
||||
"-DDEBUGDIR=L\"/usr/lib/debug/usr/share/shim/aa64-$(VERSION)$(RELEASE)/\""
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user