Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the FPU instruction emulation. | ||||
3 | # | ||||
4 | |||||
Sam Ravnborg | d59b370 | 2008-11-16 20:05:44 -0800 | [diff] [blame^] | 5 | # supress all warnings - as math.c produces a lot! |
6 | ccflags-y := -w | ||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
Sam Ravnborg | d59b370 | 2008-11-16 20:05:44 -0800 | [diff] [blame^] | 8 | obj-y := math.o |