summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/Makefile
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2019-07-10 23:25:21 +0800
committerLiming Gao <liming.gao@intel.com>2019-07-11 11:17:46 +0800
commit064daac0c69049993f7dbdaf9864a812a0205dfd (patch)
tree5e4ae370f63b55cac0115981b3569cfb425f6863 /BaseTools/Source/C/Makefile
parentb9479a7f7b1cbe7ddb293022710552c0d6f6aa2e (diff)
downloadedk2-064daac0c69049993f7dbdaf9864a812a0205dfd.tar.gz
edk2-064daac0c69049993f7dbdaf9864a812a0205dfd.tar.bz2
edk2-064daac0c69049993f7dbdaf9864a812a0205dfd.zip
Revert "BaseTools/FCE: Add a tool FCE"
This reverts commit 3c59d94637adbfdd497b5a2c16073c7dc62b669c. There are the concerns on code design and code quality, and request to rewrite FCE, BfmLib and FMMT for the review. Cc: Leif Lindholm <leif.lindholm@linaro.org> Cc: Feng Bob C <bob.c.feng@intel.com> Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Feng Bob C <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/C/Makefile')
-rw-r--r--BaseTools/Source/C/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/BaseTools/Source/C/Makefile b/BaseTools/Source/C/Makefile
index 357e8b9003..a6d39eb864 100644
--- a/BaseTools/Source/C/Makefile
+++ b/BaseTools/Source/C/Makefile
@@ -1,7 +1,7 @@
## @file
# Windows makefile for C tools build.
#
-# Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
HOST_ARCH = IA32
@@ -14,7 +14,6 @@ APPLICATIONS = \
BrotliCompress \
BfmLib \
EfiRom \
- FCE \
GenCrc32 \
GenFfs \
GenFv \