summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/FCE/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/FCE/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/FCE/Makefile')
-rw-r--r--BaseTools/Source/C/FCE/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/BaseTools/Source/C/FCE/Makefile b/BaseTools/Source/C/FCE/Makefile
deleted file mode 100644
index cc33a42a42..0000000000
--- a/BaseTools/Source/C/FCE/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-## @file
-#
-# Windows makefile for 'FCE' module build.
-#
-#Copyright (c) 2011-2019, Intel Corporation. All rights reserved.<BR>
-#SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-##
-
-!INCLUDE $(EDK_TOOLS_PATH)\Source\C\Makefiles\ms.common
-
-APPNAME = FCE
-
-LIBS = $(LIB_PATH)\Common.lib
-
-OBJECTS = Fce.obj Variable.obj TimeBasedVariable.obj MonotonicBasedVariable.obj IfrParse.obj Common.obj BinaryParse.obj BinaryCreate.obj Expression.obj
-
-!INCLUDE $(EDK_TOOLS_PATH)\Source\C\Makefiles\ms.app
-