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>
8 lines
194 B
Makefile
8 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/
|