mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 05:08:09 +07: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/
|