]> git.proxmox.com Git - mirror_edk2.git/blob - BaseTools/Source/C/EfiRom/GNUmakefile
9392a6f6df3780aa5714d65a97aebff442547065
[mirror_edk2.git] / BaseTools / Source / C / EfiRom / GNUmakefile
1 ARCH ?= IA32
2 MAKEROOT ?= ..
3
4 APPNAME = EfiRom
5
6 LIBS = -lCommon
7
8 OBJECTS = EfiRom.o
9
10 include $(MAKEROOT)/Makefiles/app.makefile