mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 09:32:32 +00:00
9 lines
106 B
Makefile
9 lines
106 B
Makefile
|
# $Id: Makefile
|
||
|
|
||
|
obj-$(CONFIG_FCOE) += fcoe.o
|
||
|
|
||
|
fcoe-y := \
|
||
|
libfcoe.o \
|
||
|
fcoe_sw.o \
|
||
|
fc_transport_fcoe.o
|