mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
8a362cd6d6
Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
9 lines
137 B
Makefile
9 lines
137 B
Makefile
#
|
|
# Makefile for the FPU instruction emulation.
|
|
#
|
|
|
|
ccflags-y := -w
|
|
|
|
obj-$(CONFIG_MATHEMU) += math-emu.o
|
|
|
|
math-emu-objs := math.o qrnnd.o
|