You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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
|
|
|