audk/BaseTools/Source/C/BootSectImage/GNUmakefile

11 lines
141 B
Makefile

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