FMMT is a tool to enable removal, addition and replacement of FFS files in FD image binaries. https://bugzilla.tianocore.org/show_bug.cgi?id=1847 Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <liming.gao@intel.com> Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Bob Feng <bob.c.feng@intel.com>
18 lines
361 B
Makefile
18 lines
361 B
Makefile
## @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
|
|
|