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]
/
workbench
/
fs
/
port
/
mmakefile.src
blob
55ca897fa670967c1d2d270bf8f0c879dfcf1229
1
include $(SRCDIR)/config/aros.cfg
2
3
#MM- workbench-fs-complete : workbench-fs-port
4
5
USER_LDFLAGS := -static
6
7
FILES=port-handler
8
9
%build_module mmake=workbench-fs-port \
10
modname=port modtype=handler \
11
files="$(FILES)"
12
13
14
%common