http://git.etherboot.org
/
efi
/
basetools
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Correct license header to BSD license.
[efi/basetools/.git]
/
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