]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/GNUmakefile
BaseTools: Update brotli submodule
[mirror_edk2.git] / BaseTools / Source / C / GNUmakefile
index b99b5121f50d99462af559b31db7e769dd8664e2..8c191e0c38176cded43f7c5a6349ff95615c94a0 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  GNU/Linux makefile for C tools build.\r
 #\r
-#  Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
@@ -26,6 +26,9 @@ ifndef HOST_ARCH
   else ifneq (,$(findstring arm,$(uname_m)))\r
     HOST_ARCH=ARM\r
   endif\r
+  ifneq (,$(findstring riscv64,$(uname_m)))\r
+    HOST_ARCH=RISCV64\r
+  endif\r
   ifndef HOST_ARCH\r
     $(info Could not detected HOST_ARCH from uname results)\r
     $(error HOST_ARCH is not defined!)\r
@@ -47,17 +50,13 @@ VFRAUTOGEN = VfrCompile/VfrLexer.h
 APPLICATIONS = \\r
   BrotliCompress \\r
   VfrCompile \\r
-  FMMT \\r
-  BfmLib \\r
   EfiRom \\r
-  FCE \\r
   GenFfs \\r
   GenFv \\r
   GenFw \\r
   GenSec \\r
   GenCrc32 \\r
   LzmaCompress \\r
-  Split \\r
   TianoCompress \\r
   VolInfo \\r
   DevicePath\r
@@ -80,7 +79,7 @@ $(SUBDIRS):
 $(patsubst %,%-clean,$(sort $(SUBDIRS))):\r
        -$(MAKE) -C $(@:-clean=) clean\r
 \r
-$(VFRAUTOGEN): VfrCompile/VfrSyntax.g \r
+$(VFRAUTOGEN): VfrCompile/VfrSyntax.g\r
        $(MAKE) -C VfrCompile VfrLexer.h\r
 \r
 clean:  $(patsubst %,%-clean,$(sort $(SUBDIRS)))\r