summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/BrotliCompress
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2018-01-31 19:59:57 +0800
committerLiming Gao <liming.gao@intel.com>2018-02-06 13:44:42 +0800
commitd16e777ac564557f805db05a0110874797b65ceb (patch)
tree6b9584c1e68b58475a32835678cbef06f6f5c235 /BaseTools/Source/C/BrotliCompress
parent1eac82c878f5f65e2cd4eb6a6553dbddeb739c12 (diff)
downloadedk2-d16e777ac564557f805db05a0110874797b65ceb.zip
edk2-d16e777ac564557f805db05a0110874797b65ceb.tar.gz
edk2-d16e777ac564557f805db05a0110874797b65ceb.tar.bz2
BaseTools GNUmakefile: Remove HOST_ARCH in every tool Makefile
HOST_ARCH has been moved into the common header.makefile Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/C/BrotliCompress')
-rw-r--r--BaseTools/Source/C/BrotliCompress/GNUmakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/BaseTools/Source/C/BrotliCompress/GNUmakefile b/BaseTools/Source/C/BrotliCompress/GNUmakefile
index 3426a00..1eaade7 100644
--- a/BaseTools/Source/C/BrotliCompress/GNUmakefile
+++ b/BaseTools/Source/C/BrotliCompress/GNUmakefile
@@ -1,7 +1,7 @@
## @file
# GNU/Linux makefile for 'Brotli' module build.
#
-# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -10,7 +10,6 @@
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
-HOST_ARCH ?= IA32
MAKEROOT ?= ..
APPNAME = Brotli