summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/FMMT/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/FMMT/GNUmakefile')
-rw-r--r--BaseTools/Source/C/FMMT/GNUmakefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/BaseTools/Source/C/FMMT/GNUmakefile b/BaseTools/Source/C/FMMT/GNUmakefile
deleted file mode 100644
index 81b99f25db..0000000000
--- a/BaseTools/Source/C/FMMT/GNUmakefile
+++ /dev/null
@@ -1,16 +0,0 @@
-## @file
-# GNU/Linux makefile for 'FMMT' module build.
-#
-# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
-# SPDX-License-Identifier: BSD-2-Clause-Patent
-#
-MAKEROOT ?= ..
-
-APPNAME = FMMT
-
-LIBS = -lCommon
-
-OBJECTS = FmmtLib.o Rebase.o FirmwareModuleManagement.o
-
-include $(MAKEROOT)/Makefiles/app.makefile
-