- Kai Germaschewski: ISDN update (including Makefiles)
[davej-history.git] / arch / sparc / math-emu / Makefile
blob29a6e5bd175546b129799bd84309e331864d7807
2 # Makefile for the FPU instruction emulation.
4 # Note! Dependencies are done automagically by 'make dep', which also
5 # removes any old dependencies. DON'T put your own dependencies here
6 # unless it's something special (ie not a .c file).
8 # Note 2! The CFLAGS definition is now in the main makefile...
10 O_TARGET := math-emu.o
11 obj-y := math.o ashldi3.o
13 .S.s:
14 $(CPP) $(AFLAGS) -ansi $< -o $*.s
16 .S.o:
17 $(CC) $(AFLAGS) -ansi -c $< -o $*.o
19 EXTRA_CFLAGS = -I. -I$(TOPDIR)/include/math-emu -w
21 include $(TOPDIR)/Rules.make