]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Enable EFI on aarch64
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 31 May 2018 12:47:47 +0000 (13:47 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 14 Jul 2018 12:43:51 +0000 (13:43 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/Config

index d21623cb64d17035a31c5563bbf7ac06af6a1af6..bb2939078b5843947b24a2410b2f0bb94685cf72 100644 (file)
@@ -79,12 +79,17 @@ DIR_TMP     = /tmp
 # Add the compiler location and version and specs to the ccache hash
 CCACHE_COMPILERCHECK += $(shell gcc -dumpspecs 2>/dev/null | md5sum | cut -d ' ' -f1)
 
-# We support EFI on x86_64
+# We support EFI on x86_64 and aarch64
 ifeq "$(BUILD_ARCH)" "x86_64"
        EFI = 1
        EFI_ARCH = x64
 endif
 
+ifeq "$(BUILD_ARCH)" "aarch64"
+       EFI = 1
+       EFI_ARCH = aa64
+endif
+
 # Basic modules
 GRUB_EFI_MODULES = \
        configfile \