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
tabs->spaces
[AROS.git]
/
arch
/
m68k-amiga
/
setpatch
/
mmakefile.src
blob
c646bc2523ec16af9a67b5b65f952c8a9bbf0166
1
# $Id$
2
3
include $(SRCDIR)/config/aros.cfg
4
5
FILES := setpatch_init addpatch rempatch findpatch
6
7
%build_module mmake=kernel-setpatch \
8
modname=setpatch modtype=library \
9
files="$(FILES)"
10
11
%common