summaryrefslogtreecommitdiffstats
path: root/arch/alpha/math-emu/Makefile
blob: 6ea85465ffdac763a330c270916cea7e6137a5ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for math-emulator files...
#

O_TARGET := math-emu.o
O_OBJS   := fp-emul.o ieee-math.o

ifeq ($(CONFIG_MATHEMU),m)
M_OBJS   := $(O_TARGET)
endif

include $(TOPDIR)/Rules.make