https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 515a4729fdbdddf0944235de975691151d6e0584 authored by Jason Self on 06 February 2009, 22:49:40 UTC
Linux-libre 2.6.27.15-gnu1
Tip revision: 515a472
Makefile
#
# Makefile for the FPU instruction emulation.
#

obj-$(CONFIG_MATHEMU) := math.o

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