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