]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/GenVtf/GNUmakefile
Check In tool source code based on Build tool project revision r1655.
[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