* added 0.99 linux version
[mascara-docs.git] / i386 / linux / linux-2.3.21 / drivers / net / fc / Makefile
blob6fd921f523d5745785c8bad0500820090a11a7d5
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 MOD_LIST_NAME := FC_MODULES
14 FC_SRCS = $(wildcard $(L_OBJS:%.o=%.c))
16 ifeq ($(CONFIG_IPHASE5526),y)
17 L_OBJS += iph5526.o
18 else
19 ifeq ($(CONFIG_IPHASE5526),m)
20 M_OBJS += iph5526.o
21 endif
22 endif
24 include $(TOPDIR)/Rules.make
26 clean:
27 rm *.o