9 lines
144 B
Makefile
9 lines
144 B
Makefile
|
#
|
||
|
# Makefile for the FPU instruction emulation.
|
||
|
#
|
||
|
|
||
|
obj-y := math.o
|
||
|
|
||
|
EXTRA_AFLAGS := -ansi
|
||
|
EXTRA_CFLAGS = -I. -I$(TOPDIR)/include/math-emu -w
|