mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-05-04 11:10:04 -04:00
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>
8 lines
131 B
Makefile
8 lines
131 B
Makefile
#
|
|
# Makefile for the FPU instruction emulation.
|
|
#
|
|
|
|
obj-$(CONFIG_MATHEMU) := math.o
|
|
|
|
EXTRA_CFLAGS := -I$(src) -Iinclude/math-emu -w
|