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
Added radio buttons to select the active list in the single column list
[AROS.git]
/
rom
/
misc
/
mmakefile.src
blob
dbaa98a425225f6bfa35f4ff14706181dd7fd071
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FUNCS := allocmiscresource freemiscresource
5
6
#MM- kernel-misc : includes linklibs
7
8
%build_module mmake=kernel-misc \
9
modname=misc modtype=resource \
10
files="misc_init $(FUNCS)"
11