Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 0882e8dd3aad33eca41696d463bb896e6c8817eb authored by Linus Torvalds on 14 April 2009, 20:51:48 UTC
Linux 2.6.30-rc2
Tip revision: 0882e8d
Makefile
#
# Makefile for the FPU instruction emulation.
#

# supress all warnings - as math.c produces a lot!
ccflags-y := -w

obj-y    := math_$(BITS).o
back to top