mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
8 lines
147 B
Makefile
8 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
|