Files
system76-edk2/BaseTools/Source/C/BfmLib/GNUmakefile
Shenglei Zhang dc7b0dc8d6 BaseTools/BfmLib: Add a tool BfmLib
BmfLib is added for FCE tool.
https://bugzilla.tianocore.org/show_bug.cgi?id=1848

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>
2019-07-04 11:34:56 +08:00

16 lines
325 B
Makefile

## @file
# GNU/Linux makefile for 'BfmLib' module build.
#
# Copyright (c) 2011-2019, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
MAKEROOT ?= ..
APPNAME = BfmLib
LIBS = -lCommon
OBJECTS = BinFileManager.o BfmLib.o
include $(MAKEROOT)/Makefiles/app.makefile