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
|