mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-17 05:45:20 +00:00
d60bc62de4
Seville does not need to depend on PCI or on the ENETC MDIO controller. There will also be other compile-time differences in the future. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
12 lines
246 B
Makefile
12 lines
246 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_NET_DSA_MSCC_FELIX) += mscc_felix.o
|
|
obj-$(CONFIG_NET_DSA_MSCC_SEVILLE) += mscc_seville.o
|
|
|
|
mscc_felix-objs := \
|
|
felix.o \
|
|
felix_vsc9959.o
|
|
|
|
mscc_seville-objs := \
|
|
felix.o \
|
|
seville_vsc9953.o
|