mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 16:19:53 +00:00
10 lines
181 B
Makefile
10 lines
181 B
Makefile
|
#
|
||
|
# Makefile for the Linux Fibre Channel device drivers.
|
||
|
#
|
||
|
|
||
|
fc4-objs := fc.o fc_syms.o
|
||
|
|
||
|
obj-$(CONFIG_FC4) += fc4.o
|
||
|
obj-$(CONFIG_FC4_SOC) += soc.o
|
||
|
obj-$(CONFIG_FC4_SOCAL) += socal.o
|