summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/BfmLib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/BfmLib/Makefile')
-rw-r--r--BaseTools/Source/C/BfmLib/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/BaseTools/Source/C/BfmLib/Makefile b/BaseTools/Source/C/BfmLib/Makefile
deleted file mode 100644
index 2b7483b10f..0000000000
--- a/BaseTools/Source/C/BfmLib/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-## @file
-#
-# Windows makefile for 'BfmLib' module build.
-#
-# Copyright (c) 2011-2019, Intel Corporation. All rights reserved.<BR>
-# SPDX-License-Identifier: BSD-2-Clause-Patent#
-##
-!INCLUDE ..\Makefiles\ms.common
-
-APPNAME = BfmLib
-
-LIBS = $(LIB_PATH)\Common.lib
-
-OBJECTS = BinFileManager.obj BfmLib.obj
-
-!INCLUDE ..\Makefiles\ms.app
-