summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/math-emu/Makefile
blob: 215583800c6a1a67f0bf4708f4a8e236cae87a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for the FPU instruction emulation.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now in the main makefile...

O_TARGET := math-emu.o
O_OBJS   := math.o

EXTRA_CFLAGS = -I. -I$(TOPDIR)/include/math-emu -w

include $(TOPDIR)/Rules.make