mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
165475779b
This patch adds template for the Marvell's OcteonTX2 network controller's physical function driver. Just the probe, PCI specific initialization and netdev registration. Signed-off-by: Sunil Goutham <sgoutham@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
194 B
Makefile
9 lines
194 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for Marvell OcteonTX2 device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_OCTEONTX2_MBOX) += af/
|
|
obj-$(CONFIG_OCTEONTX2_AF) += af/
|
|
obj-$(CONFIG_OCTEONTX2_PF) += nic/
|