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