]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/GenVtf/GNUmakefile
2449bb8ed50807f0343982ee3369955c48b2d14f
[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