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