repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
hostgl.hidd: Use correct pointer to release the attr base
[AROS.git]
/
rom
/
efi
/
mmakefile.src
blob
1d60074309df2b0f5ac3f21212f155b2619aa95f
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FILES := efi_init
5
FUNCS := findconfigtable
6
7
USER_LDFLAGS := -static
8
9
%build_module mmake=kernel-efi modname=efi modtype=resource \
10
files="$(FILES) $(FUNCS)"
11
12
%common