https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b9917f0f8bfbd5393cec5c9d24b85c06968c86dc authored by Jason Self on 05 September 2014, 23:32:05 UTC
Linux-libre 3.10.54-gnu
Tip revision: b9917f0
Makefile
#
# Makefile for the FPU instruction emulation.
#

obj-$(CONFIG_MATHEMU) := math.o

ccflags-y := -I$(src) -Iinclude/math-emu -w
back to top