]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/GnuGenBootSector/GNUmakefile
c0261e9253b87ec169137b595c6260e14656af98
[mirror_edk2.git] / BaseTools / Source / C / GnuGenBootSector / GNUmakefile
1 ARCH ?= IA32
2 MAKEROOT ?= ..
3
4 APPNAME = GnuGenBootSector
5
6 LIBS = -lCommon
7
8 OBJECTS = GnuGenBootSector.o
9
10 include $(MAKEROOT)/Makefiles/app.makefile