Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the FPU instruction emulation. | ||||
3 | # | ||||
4 | |||||
Martin Schwidefsky | 31ee4b2 | 2007-02-05 21:18:31 +0100 | [diff] [blame] | 5 | obj-$(CONFIG_MATHEMU) := math.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
7 | EXTRA_CFLAGS := -I$(src) -Iinclude/math-emu -w | ||||
8 | EXTRA_AFLAGS := -traditional |