mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
25985edced
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
9 lines
147 B
Makefile
9 lines
147 B
Makefile
#
|
|
# Makefile for the FPU instruction emulation.
|
|
#
|
|
|
|
# suppress all warnings - as math.c produces a lot!
|
|
ccflags-y := -w
|
|
|
|
obj-y := math_$(BITS).o
|