]> git.proxmox.com Git - mirror_edk2.git/blob - 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
1 ARCH ?= IA32
2 MAKEROOT ?= ..
3
4 APPNAME = GenVtf
5
6 LIBS = -lCommon
7
8 OBJECTS = GenVtf.o
9
10 include $(MAKEROOT)/Makefiles/app.makefile