8 lines
131 B
Makefile
8 lines
131 B
Makefile
|
#
|
||
|
# Makefile for the FPU instruction emulation.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_MATHEMU) := math.o
|
||
|
|
||
|
EXTRA_CFLAGS := -I$(src) -Iinclude/math-emu -w
|