mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 21:23:23 +00:00
8 lines
157 B
Makefile
8 lines
157 B
Makefile
|
#
|
||
|
# 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
|