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
commitdb142ce288a63db2e8f7858ba7564158cc7a64e5 (patch)
treed9c2e7af17ea9c7aa913b33c465272feb56b4d30
parentc340e8ce10ada28b30927e703cb62e9368cc1b9d (diff)
downloadefi-boot-shim-db142ce288a63db2e8f7858ba7564158cc7a64e5.tar.gz
efi-boot-shim-db142ce288a63db2e8f7858ba7564158cc7a64e5.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