https://jxself.org/git/linux-libre.git
Raw File
Tip revision: d54a8b8ee9e72fe6c6ddbbd526be49d47b24922f authored by Jason Self on 03 March 2016, 23:07:56 UTC
Linux-libre 3.10.99-gnu
Tip revision: d54a8b8
Makefile
#
# Makefile for the FPU instruction emulation.
#

ccflags-y := -w

obj-$(CONFIG_MATHEMU) += math-emu.o

math-emu-objs := math.o qrnnd.o
back to top