Makefile 134 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7
#
# Makefile for the FPU instruction emulation.
#

obj-y    := math.o

EXTRA_AFLAGS := -ansi
S
Sam Ravnborg 已提交
8
EXTRA_CFLAGS = -I. -Iinclude/math-emu -w