47494f6a84
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> CC: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
7 lines
131 B
Makefile
7 lines
131 B
Makefile
#
|
|
# Makefile for the FPU instruction emulation.
|
|
#
|
|
|
|
obj-$(CONFIG_MATHEMU) := math.o
|
|
|
|
EXTRA_CFLAGS := -I$(src) -Iinclude/math-emu -w
|