mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
9b34ecffd5
Just sets up build environment for libfcoe module towards a libfcoe library for libfc LLDs using FCoE as libfc transport. Common library code to libfcoe is added in next patch. Also, updated MODULE_LICENSE from "GPL" string to "GPL v2" for libfc, libfcoe and fcoe modules to accurately match the licenses. Signed-off-by: Vasu Dev <vasu.dev@intel.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
3 lines
64 B
Makefile
3 lines
64 B
Makefile
obj-$(CONFIG_FCOE) += fcoe.o
|
|
obj-$(CONFIG_LIBFCOE) += libfcoe.o
|