mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-15 11:20:50 +07: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
|