Makefile (78eab33bb68b565176917b24a0b72a2f5b938d84) | Makefile (d6fce5141929697a27f029c633433d487f6f62cb) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for the Microchip Sparx5 network device drivers. 4# 5 6obj-$(CONFIG_SPARX5_SWITCH) += sparx5-switch.o 7 8sparx5-switch-objs := sparx5_main.o sparx5_packet.o \ | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for the Microchip Sparx5 network device drivers. 4# 5 6obj-$(CONFIG_SPARX5_SWITCH) += sparx5-switch.o 7 8sparx5-switch-objs := sparx5_main.o sparx5_packet.o \ |
9 sparx5_netdev.o sparx5_phylink.o sparx5_port.o sparx5_mactable.o sparx5_vlan.o | 9 sparx5_netdev.o sparx5_phylink.o sparx5_port.o sparx5_mactable.o sparx5_vlan.o \ 10 sparx5_switchdev.o |