mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
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
|