https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ff59b3323be8fbdc5a004cc8d5192544a4ddc1f1 authored by Jason Self on 29 October 2010, 04:04:49 UTC
Linux-libre 2.6.27.55-gnu1
Tip revision: ff59b33
Makefile
#
# Makefile for the FPU instruction emulation.
#

EXTRA_CFLAGS := -w

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

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