1# 2# Makefile for the Qlogic 10GbE PCI Express ethernet driver 3# 4 5obj-$(CONFIG_QLGE) += qlge.o 6 7qlge-objs := qlge_main.o qlge_dbg.o qlge_mpi.o qlge_ethtool.o 8
1# 2# Makefile for the Qlogic 10GbE PCI Express ethernet driver 3# 4 5obj-$(CONFIG_QLGE) += qlge.o 6 7qlge-objs := qlge_main.o qlge_dbg.o qlge_mpi.o qlge_ethtool.o 8