]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/FMMT/Makefile
d6559d65fd9e34940962cd3abeff5deb9ccb1a44
[mirror_edk2.git] / BaseTools / Source / C / FMMT / Makefile
1 ## @file
2 # Windows 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
8 !INCLUDE ..\Makefiles\ms.common
9
10 APPNAME = FMMT
11
12 LIBS = $(LIB_PATH)\Common.lib
13
14 OBJECTS = FirmwareModuleManagement.obj FmmtLib.obj Rebase.obj
15
16 !INCLUDE ..\Makefiles\ms.app
17