mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-14 13:39:10 +00:00
9 lines
168 B
Makefile
9 lines
168 B
Makefile
|
#
|
||
|
# Makefile for the FPU instruction emulation.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_MATHEMU) := math.o qrnnd.o
|
||
|
|
||
|
EXTRA_CFLAGS := -I$(src) -Iinclude/math-emu -w
|
||
|
EXTRA_AFLAGS := -traditional
|