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 the Qlogic 10GbE PCI Express ethernet driver
|
|
#
|
|
|
|
obj-$(CONFIG_QLGE) += qlge.o
|
|
|
|
qlge-objs := qlge_main.o qlge_dbg.o qlge_mpi.o qlge_ethtool.o
|
|
|