summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/FMMT/Makefile
blob: d6559d65fd9e34940962cd3abeff5deb9ccb1a44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## @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