forked from Minki/linux
58634e74e6
Physical refactoring of 82xx adapter register dump utility. Move register dump routines to new file qlcnic_minidump.c Existing register dump routines has coding style issues, the code is moved to the new file without fixing the style issues. There is a seperate patch to fix the style issues in qlcnic_minidump.c Signed-off-by: Sony Chacko <sony.chacko@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
233 B
Makefile
10 lines
233 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
|