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