forked from Minki/linux
8 lines
112 B
Makefile
8 lines
112 B
Makefile
|
#
|
||
|
# Makefile for the FPU instruction emulation.
|
||
|
#
|
||
|
|
||
|
obj-y := math.o
|
||
|
|
||
|
EXTRA_CFLAGS = -I. -Iinclude/math-emu -w
|