mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 19:14:30 +08:00
9 lines
186 B
Makefile
9 lines
186 B
Makefile
|
#
|
||
|
# Makefile for the QLogic network device drivers.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_QLA3XXX) += qla3xxx.o
|
||
|
obj-$(CONFIG_QLCNIC) += qlcnic/
|
||
|
obj-$(CONFIG_QLGE) += qlge/
|
||
|
obj-$(CONFIG_NETXEN_NIC) += netxen/
|