mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 07:50:51 +07:00
8a362cd6d6
Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
10 lines
137 B
Makefile
10 lines
137 B
Makefile
#
|
|
# Makefile for the FPU instruction emulation.
|
|
#
|
|
|
|
ccflags-y := -w
|
|
|
|
obj-$(CONFIG_MATHEMU) += math-emu.o
|
|
|
|
math-emu-objs := math.o qrnnd.o
|