1 2 3 4 5 6 7
# # 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