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
revert between 56095 -> 55830 in arch
[AROS.git]
/
rom
/
misc
/
mmakefile.src
blob
f1c11be4e59d1317218c9f845851c1d168d751b2
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FUNCS := allocmiscresource freemiscresource
6
7
#MM- kernel-misc : includes linklibs
8
9
%build_module mmake=kernel-misc \
10
modname=misc modtype=resource \
11
files="misc_init $(FUNCS)"
12