mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00

This patch adds netdevs and phylink support for the ports in the switch. It also adds register based injection and extraction for these ports. Frame DMA support for injection and extraction will be added in a later series. Signed-off-by: Steen Hegelund <steen.hegelund@microchip.com> Signed-off-by: Bjarni Jonasson <bjarni.jonasson@microchip.com> Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
242 B
Makefile
9 lines
242 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Microchip Sparx5 network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SPARX5_SWITCH) += sparx5-switch.o
|
|
|
|
sparx5-switch-objs := sparx5_main.o sparx5_packet.o \
|
|
sparx5_netdev.o sparx5_phylink.o
|