Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: f695baf2df9e0413d3521661070103711545207a authored by Linus Torvalds on 22 July 2007, 20:41:00 UTC
Linux 2.6.23-rc1
Tip revision: f695baf
Makefile
#
# Makefile for the FPU instruction emulation.
#

obj-y    := math.o

EXTRA_AFLAGS := -ansi
EXTRA_CFLAGS = -I. -Iinclude/math-emu -w
back to top