Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the FPU instruction emulation. | ||||
3 | # | ||||
4 | |||||
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 5 | # suppress all warnings - as math.c produces a lot! |
Sam Ravnborg | d59b370 | 2008-11-16 20:05:44 -0800 | [diff] [blame] | 6 | ccflags-y := -w |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
Sam Ravnborg | 774434b | 2008-11-16 20:06:33 -0800 | [diff] [blame] | 8 | obj-y := math_$(BITS).o |