summaryrefslogtreecommitdiffstats
path: root/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/GNUmakefile
blob: 804d854036f37404deb7ec12d5cfbff16a6be6dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## @file
# GNU/Linux makefile for 'GenFfs' module build.
#
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
MAKEROOT ?= ..

APPNAME = GenFfs

OBJECTS = GenFfs.o

include $(MAKEROOT)/Makefiles/app.makefile

LIBS = -lCommon