summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/GnuGenBootSector/GNUmakefile
blob: c0261e9253b87ec169137b595c6260e14656af98 (plain)
1
2
3
4
5
6
7
8
9
10
ARCH ?= IA32
MAKEROOT ?= ..

APPNAME = GnuGenBootSector

LIBS = -lCommon

OBJECTS = GnuGenBootSector.o

include $(MAKEROOT)/Makefiles/app.makefile