]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/GNUmakefile
BaseTools/VolInfo: Update OPENSSL_PATH to support space characters
[mirror_edk2.git] / BaseTools / Source / C / GNUmakefile
index 6aa37e49fb9e5b18e7bf1a9a4ef59b2908ece0fe..83e188c1a0740ef629201b811ff592ce6f3d3963 100644 (file)
@@ -25,6 +25,12 @@ ifndef ARCH
   ifeq ($(patsubst i%86,IA32,$(uname_m)),IA32)\r
     ARCH=IA32\r
   endif\r
+  ifneq (,$(findstring aarch64,$(uname_m)))\r
+    ARCH=AARCH64\r
+  endif\r
+  ifneq (,$(findstring arm,$(uname_m)))\r
+    ARCH=ARM\r
+  endif\r
   ifndef ARCH\r
     $(info Could not detected ARCH from uname results)\r
     $(error ARCH is not defined!)\r
@@ -46,6 +52,7 @@ LIBRARIES = Common
 APPLICATIONS = \\r
   GnuGenBootSector \\r
   BootSectImage \\r
+  BrotliCompress \\r
   EfiLdrImage \\r
   EfiRom \\r
   GenFfs \\r