]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/GenFv/GNUmakefile
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / C / GenFv / GNUmakefile
1 ## @file
2 # GNU/Linux makefile for 'GenFv' module build.
3 #
4 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 MAKEROOT ?= ..
8
9 APPNAME = GenFv
10
11 OBJECTS = GenFv.o GenFvInternalLib.o
12
13 include $(MAKEROOT)/Makefiles/app.makefile
14
15 LIBS = -lCommon
16 ifeq ($(CYGWIN), CYGWIN)
17 LIBS += -L/lib/e2fsprogs
18 endif
19