| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the FPU instruction emulation. | ||||
| 3 | # | ||||
| 4 | |||||
| matt mooney | 8a362cd | 2011-01-11 22:09:09 -0500 | [diff] [blame] | 5 | ccflags-y := -w |
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
| 7 | obj-$(CONFIG_MATHEMU) += math-emu.o | ||||
| 8 | |||||
| 9 | math-emu-objs := math.o qrnnd.o | ||||