mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
6d91782f0f
The mv88e6390 family has a different SERDES implementation. Refactor the mv88e6352 code into an ops function, so we can later add the mv88e6390 code. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
299 B
Makefile
10 lines
299 B
Makefile
obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o
|
|
mv88e6xxx-objs := chip.o
|
|
mv88e6xxx-objs += global1.o
|
|
mv88e6xxx-objs += global1_atu.o
|
|
mv88e6xxx-objs += global1_vtu.o
|
|
mv88e6xxx-$(CONFIG_NET_DSA_MV88E6XXX_GLOBAL2) += global2.o
|
|
mv88e6xxx-objs += phy.o
|
|
mv88e6xxx-objs += port.o
|
|
mv88e6xxx-objs += serdes.o
|