]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/GenFw/GNUmakefile
Fix wrong BufferSize for Configuration data.
[mirror_edk2.git] / BaseTools / Source / C / GenFw / GNUmakefile
CommitLineData
30fdf114
LG
1ARCH ?= IA32
2MAKEROOT ?= ..
3
4APPNAME = GenFw
5
6OBJECTS = GenFw.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