mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-14 00:06:22 +07:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
|
#
|
||
|
# Makefile for the FPU instruction emulation.
|
||
|
#
|
||
|
|
||
|
obj-y := math.o
|
||
|
|
||
|
EXTRA_AFLAGS := -ansi
|
||
|
EXTRA_CFLAGS = -I. -I$(TOPDIR)/include/math-emu -w
|