]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/GenFfs/GNUmakefile
Fix wrong BufferSize for Configuration data.
[mirror_edk2.git] / BaseTools / Source / C / GenFfs / GNUmakefile
CommitLineData
30fdf114
LG
1ARCH ?= IA32
2MAKEROOT ?= ..
3
4APPNAME = GenFfs
5
6OBJECTS = GenFfs.o
7
8include $(MAKEROOT)/Makefiles/app.makefile
9
10LIBS = -lCommon
11