audk/BaseTools/Source/C/EfiLdrImage/GNUmakefile

11 lines
137 B
Makefile

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