Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the FPU instruction emulation. | ||||
3 | # | ||||
4 | |||||
5 | obj-y := math.o | ||||
6 | |||||
7 | EXTRA_AFLAGS := -ansi | ||||
Sam Ravnborg | b46da05 | 2006-04-04 16:56:10 +0200 | [diff] [blame] | 8 | EXTRA_CFLAGS = -I. -Iinclude/math-emu -w |