qlcnic: 83xx register dump routines
[deliverable/linux.git] / drivers / net / ethernet / qlogic / qlcnic / Makefile
1 #
2 # Makefile for Qlogic 1G/10G Ethernet Driver for CNA devices
3 #
4
5 obj-$(CONFIG_QLCNIC) := qlcnic.o
6
7 qlcnic-y := qlcnic_hw.o qlcnic_main.o qlcnic_init.o \
8 qlcnic_ethtool.o qlcnic_ctx.o qlcnic_io.o \
9 qlcnic_sysfs.o qlcnic_minidump.o qlcnic_83xx_hw.o \
10 qlcnic_83xx_init.o qlcnic_83xx_vnic.o \
11 qlcnic_minidump.o
This page took 0.051538 seconds and 5 git commands to generate.