xref: /openbmc/linux/arch/sparc/math-emu/Makefile (revision baa7eb025ab14f3cba2e35c0a8648f9c9f01d24f)
1#
2# Makefile for the FPU instruction emulation.
3#
4
5# supress all warnings - as math.c produces a lot!
6ccflags-y := -w
7
8obj-y    := math_$(BITS).o
9