]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/BfmLib/GNUmakefile
BaseTools/BfmLib: Add a tool BfmLib
[mirror_edk2.git] / BaseTools / Source / C / BfmLib / GNUmakefile
1 ## @file
2 # GNU/Linux makefile for 'BfmLib' module build.
3 #
4 # Copyright (c) 2011-2019, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 MAKEROOT ?= ..
8
9 APPNAME = BfmLib
10
11 LIBS = -lCommon
12
13 OBJECTS = BinFileManager.o BfmLib.o
14
15 include $(MAKEROOT)/Makefiles/app.makefile