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).
13 MOD_LIST_NAME
:= FC_MODULES
14 FC_SRCS
= $(wildcard $(L_OBJS
:%.o
=%.c
))
16 ifeq ($(CONFIG_IPHASE5526
),y
)
19 ifeq ($(CONFIG_IPHASE5526
),m
)
24 include $(TOPDIR
)/Rules.make