* better
[mascara-docs.git] / i386 / linux-2.3.21 / arch / alpha / math-emu / Makefile
blob6ea85465ffdac763a330c270916cea7e6137a5ac
2 # Makefile for math-emulator files...
5 O_TARGET := math-emu.o
6 O_OBJS := fp-emul.o ieee-math.o
8 ifeq ($(CONFIG_MATHEMU),m)
9 M_OBJS := $(O_TARGET)
10 endif
12 include $(TOPDIR)/Rules.make