audk/BaseTools/Source/C/EfiRom/GNUmakefile

11 lines
127 B
Makefile
Raw Normal View History

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