mirror of https://github.com/acidanthera/audk.git
11 lines
137 B
Makefile
11 lines
137 B
Makefile
|
ARCH ?= IA32
|
||
|
MAKEROOT ?= ..
|
||
|
|
||
|
APPNAME = EfiLdrImage
|
||
|
|
||
|
LIBS = -lCommon
|
||
|
|
||
|
OBJECTS = EfiLdrImage.o
|
||
|
|
||
|
include $(MAKEROOT)/Makefiles/app.makefile
|