summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2015-06-30 14:54:43 -0400
committerPeter Jones <pjones@redhat.com>2015-06-30 14:54:43 -0400
commit69ba24ff72921ecabbb47178de40dc5a79350040 (patch)
treed9c2e7af17ea9c7aa913b33c465272feb56b4d30
parenta16796b99cc41bade5952de7ff6368b36f23eb96 (diff)
downloadefi-boot-shim-69ba24ff72921ecabbb47178de40dc5a79350040.tar.gz
efi-boot-shim-69ba24ff72921ecabbb47178de40dc5a79350040.zip
Typo on aarch64 :/
Signed-off-by: Peter Jones <pjones@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46d0234e..1181b8a8 100644
--- a/Makefile
+++ b/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