repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
rom
/
mathffp
/
mmakefile.src
blob
03b2c1a2ca0d237ed064db800c8472d5eb332f9d
1
# $Id$
2
include $(TOP)/config/make.cfg
3
4
FUNCS := \
5
spabs \
6
spadd \
7
spceil \
8
spcmp \
9
spdiv \
10
spfix \
11
spfloor \
12
spflt \
13
spmul \
14
spneg \
15
spsub \
16
sptst
17
18
#MM kernel-mathffp-includes : \
19
#MM kernel-exec-includes \
20
#MM includes-copy
21
22
%build_module mmake=kernel-mathffp \
23
modname=mathffp modtype=library \
24
files=$(FUNCS)