1#2# Makefile for the FPU instruction emulation.3#45# suppress all warnings - as math.c produces a lot!6ccflags-y:=-w
78obj-y:=math_$(BITS).o
v6.9.4
1# SPDX-License-Identifier: GPL-2.0-only2#3# Makefile for the FPU instruction emulation.4#56# suppress all warnings - as math.c produces a lot!7ccflags-y:=-w
89obj-y:=math_$(BITS).o