]> git.proxmox.com Git - mirror_edk2.git/blame - BaseTools/Source/C/GenVtf/GNUmakefile
Change the GUID value of FVB to be that of FVB2 in PI 1.2 spec. this will force FVB...
[mirror_edk2.git] / BaseTools / Source / C / GenVtf / GNUmakefile
CommitLineData
30fdf114
LG
1ARCH ?= IA32
2MAKEROOT ?= ..
3
4APPNAME = GenVtf
5
6LIBS = -lCommon
7
8OBJECTS = GenVtf.o
9
10include $(MAKEROOT)/Makefiles/app.makefile