mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 16:49:50 +07:00
2732ba561e
Re-brand the BNA driver to QLogic. Signed-off-by: Rasesh Mody <rasesh.mody@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
14 lines
352 B
Makefile
14 lines
352 B
Makefile
#
|
|
# Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
|
|
# Copyright (c) 2014-2015 QLogic Corporation.
|
|
# All rights reserved.
|
|
#
|
|
|
|
obj-$(CONFIG_BNA) += bna.o
|
|
|
|
bna-objs := bnad.o bnad_ethtool.o bnad_debugfs.o bna_enet.o bna_tx_rx.o
|
|
bna-objs += bfa_msgq.o bfa_ioc.o bfa_ioc_ct.o bfa_cee.o
|
|
bna-objs += cna_fwimg.o
|
|
|
|
EXTRA_CFLAGS := -Idrivers/net/bna
|