xref: /openbmc/linux/arch/sparc/math-emu/Makefile (revision f15cbe6f1a4b4d9df59142fc8e4abb973302cf44)
1#
2# Makefile for the FPU instruction emulation.
3#
4
5obj-y    := math.o
6
7EXTRA_AFLAGS := -ansi
8EXTRA_CFLAGS = -I. -Iinclude/math-emu -w
9