mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 18:21:49 +00:00
e01efc33bc
Now we can include the fcoe_transport.c to the build of the kernel libfcoe module. Move the module information to fcoe_transport, and it will have all the module parameters later for the create/destroy/enable/disable of an FCoE instance. Signed-off-by: Yi Zou <yi.zou@intel.com> Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
5 lines
110 B
Makefile
5 lines
110 B
Makefile
obj-$(CONFIG_FCOE) += fcoe.o
|
|
obj-$(CONFIG_LIBFCOE) += libfcoe.o
|
|
|
|
libfcoe-objs := fcoe_ctlr.o fcoe_transport.o
|