1#
2# Makefile for linux/drivers/net/fc
3#
4# 9 Aug 2000, Christoph Hellwig <hch@infradead.org>
5# Rewritten to use lists instead of if-statements.
6#
7
8O_TARGET := fc.o
9
10obj-$(CONFIG_IPHASE5526)	+= iph5526.o
11
12include $(TOPDIR)/Rules.make
13