]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/GenFv/GNUmakefile
7cb16643501678b21f176bb5d2d905d413443e54
[mirror_edk2.git] / BaseTools / Source / C / GenFv / GNUmakefile
1 ARCH ?= IA32
2 MAKEROOT ?= ..
3
4 APPNAME = GenFv
5
6 OBJECTS = GenFv.o GenFvInternalLib.o
7
8 include $(MAKEROOT)/Makefiles/app.makefile
9
10 LIBS = -lCommon
11 ifeq ($(CYGWIN), CYGWIN)
12 LIBS += -L/lib/e2fsprogs -luuid
13 endif
14
15 ifeq ($(LINUX), Linux)
16 LIBS += -luuid
17 endif
18