xref: /linux/arch/sparc/math-emu/Makefile (revision f3d9478b2ce468c3115b02ecae7e975990697f15)
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