mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-25 03:55:09 +08: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
|