https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 9c2e0bf074204595787e0fff0a272776098b37e8 authored by Jason Self on 06 March 2015, 22:42:21 UTC
Linux-libre 3.10.71-gnu
Tip revision: 9c2e0bf
Makefile
#
# Makefile for the FPU instruction emulation.
#

obj-$(CONFIG_MATHEMU) := math.o

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