]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/FMMT/GNUmakefile
Revert "BaseTools: fix FCE build when edksetup not executed"
[mirror_edk2.git] / BaseTools / Source / C / FMMT / GNUmakefile
1 ## @file
2 # GNU/Linux makefile for 'FMMT' module build.
3 #
4 # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 MAKEROOT ?= ..
8
9 APPNAME = FMMT
10
11 LIBS = -lCommon
12
13 OBJECTS = FmmtLib.o Rebase.o FirmwareModuleManagement.o
14
15 include $(MAKEROOT)/Makefiles/app.makefile
16