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