629263acae
Inter Driver Communication (IDC) module. CNA function drivers(ISCSI, FCOE and NIC) which shares the adapter relies on IDC mechanism for gracefull shut down, restart and firmware error recovery. Signed-off-by: Rajesh Borundia <rajesh.borundia@qlogic.com> Signed-off-by: Sucheta Chakraborty <sucheta.chakraborty@qlogic.com> Signed-off-by: Sony Chacko <sony.chacko@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
272 B
Makefile
11 lines
272 B
Makefile
#
|
|
# Makefile for Qlogic 1G/10G Ethernet Driver for CNA devices
|
|
#
|
|
|
|
obj-$(CONFIG_QLCNIC) := qlcnic.o
|
|
|
|
qlcnic-y := qlcnic_hw.o qlcnic_main.o qlcnic_init.o \
|
|
qlcnic_ethtool.o qlcnic_ctx.o qlcnic_io.o \
|
|
qlcnic_sysfs.o qlcnic_minidump.o qlcnic_83xx_hw.o \
|
|
qlcnic_83xx_init.o
|