mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 11:56:58 +07:00
720c6343ef
Move the ATU ageing time setter code in a new global1_atu.c file, which will be extended in future patches to contains all consequent Global (1) ATU support code. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
216 B
Makefile
7 lines
216 B
Makefile
obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o
|
|
mv88e6xxx-objs := chip.o
|
|
mv88e6xxx-objs += global1.o
|
|
mv88e6xxx-objs += global1_atu.o
|
|
mv88e6xxx-$(CONFIG_NET_DSA_MV88E6XXX_GLOBAL2) += global2.o
|
|
mv88e6xxx-objs += port.o
|