mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 01:40:30 +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
|