]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/GenFv/GNUmakefile
Check In tool source code based on Build tool project revision r1655.
[mirror_edk2.git] / BaseTools / Source / C / GenFv / GNUmakefile
CommitLineData
30fdf114
LG
1ARCH ?= IA32
2MAKEROOT ?= ..
3
4APPNAME = GenFv
5
6OBJECTS = GenFv.o GenFvInternalLib.o
7
8include $(MAKEROOT)/Makefiles/app.makefile
9
10LIBS = -lCommon
11ifeq ($(CYGWIN), CYGWIN)
12 LIBS += -L/lib/e2fsprogs -luuid
13endif
14
15ifeq ($(LINUX), Linux)
16 LIBS += -luuid
17endif
18