repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* better
[mascara-docs.git]
/
i386
/
linux-2.3.21
/
arch
/
alpha
/
math-emu
/
Makefile
blob
6ea85465ffdac763a330c270916cea7e6137a5ac
1
#
2
# Makefile for math-emulator files...
3
#
4
5
O_TARGET
:=
math-emu.o
6
O_OBJS
:=
fp-emul.o ieee-math.o
7
8
ifeq
($(
CONFIG_MATHEMU
),
m
)
9
M_OBJS
:= $(
O_TARGET
)
10
endif
11
12
include
$(
TOPDIR
)/
Rules.make