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 | |
matt mooney | c73028a | 2011-01-14 06:12:32 -0800 | [diff] [blame] | 7 | ccflags-y := -I$(src) -Iinclude/math-emu -w |