Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
#
# Makefile for linux/drivers/net/fc
#
# 9 Aug 2000, Christoph Hellwig <hch@caldera.de>
# Rewritten to use lists instead of if-statements.
#

O_TARGET := fc.o

obj-$(CONFIG_IPHASE5526)	+= iph5526.o

O_OBJS	:= $(obj-y)
M_OBJS	:= $(obj-m)

include $(TOPDIR)/Rules.make