mirror of
https://github.com/torvalds/linux.git
synced 2026-07-29 18:51:21 +02:00
net: renesas: rswitch: rename rswitch.c to rswitch_main.c
Adding new functionality to the driver. Therefore splitting into multiple c files to keep them manageable. New functionality will be added to separate files. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Michael Dege <michael.dege@renesas.com> Link: https://patch.msgid.link/20250901-add_l2_switching-v5-1-5f13e46860d5@renesas.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
94fc5015ea
commit
5ee21c004c
|
|
@ -8,6 +8,7 @@ obj-$(CONFIG_SH_ETH) += sh_eth.o
|
|||
ravb-objs := ravb_main.o ravb_ptp.o
|
||||
obj-$(CONFIG_RAVB) += ravb.o
|
||||
|
||||
rswitch-objs := rswitch_main.o
|
||||
obj-$(CONFIG_RENESAS_ETHER_SWITCH) += rswitch.o
|
||||
|
||||
obj-$(CONFIG_RENESAS_GEN4_PTP) += rcar_gen4_ptp.o
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user