Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
c8bdf760eff3f191e103ce6507638f5d0d4e6b51
/
.
/
src
/
kernel
/
linux
/
v4.19
/
arch
/
sparc
/
math-emu
/
Makefile
blob: 825dbee94d8464bdccdc30018a4d8a19eae9120d [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame
]
1
#
2
# Makefile for the FPU instruction emulation.
3
#
4
5
# suppress all warnings - as math.c produces a lot!
6
ccflags
-
y
:=
-
w
7
8
obj
-
y
:=
math_$
(
BITS
).
o