Merge with Linu 2.4.0-test6-pre6.
[linux-2.6/linux-mips.git] / drivers / net / fc / Makefile
blob87e599863f5b6777e72f53942818a60c900c8161
2 # Makefile for linux/drivers/net/fc
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).
9 L_TARGET := fc.a
10 L_OBJS :=
11 M_OBJS :=
12 MX_OBJS :=
13 FC_SRCS = $(wildcard $(L_OBJS:%.o=%.c))
15 ifeq ($(CONFIG_IPHASE5526),y)
16 L_OBJS += iph5526.o
17 else
18 ifeq ($(CONFIG_IPHASE5526),m)
19 M_OBJS += iph5526.o
20 endif
21 endif
23 include $(TOPDIR)/Rules.make
25 clean:
26 rm *.o