8 lines
131 B
Makefile
Raw Normal View History

2010-08-27 11:19:57 +02:00
#
# Makefile for the FPU instruction emulation.
#
obj-$(CONFIG_MATHEMU) := math.o
EXTRA_CFLAGS := -I$(src) -Iinclude/math-emu -w