Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: db98e0b434a6265c451ffe94ec0a29b8d0aaf587 authored by Linus Torvalds on 16 March 2007, 00:20:01 UTC
Linux 2.6.21-rc4
Tip revision: db98e0b
Makefile
#
# Makefile for the FPU instruction emulation.
#

obj-$(CONFIG_MATHEMU) := math.o

EXTRA_CFLAGS := -I$(src) -Iinclude/math-emu -w
EXTRA_AFLAGS := -traditional
back to top