audk/BaseTools/Source/C/GnuGenBootSector/GNUmakefile

11 lines
147 B
Makefile

ARCH ?= IA32
MAKEROOT ?= ..
APPNAME = GnuGenBootSector
LIBS = -lCommon
OBJECTS = GnuGenBootSector.o
include $(MAKEROOT)/Makefiles/app.makefile