The Gen4 gPTP support will be shared between the existing Renesas Ethernet Switch driver and the upcoming Renesas Ethernet-TSN driver. In preparation for this break out the gPTP support to its own module. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
14 lines
289 B
Makefile
14 lines
289 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Renesas network device drivers
|
|
#
|
|
|
|
obj-$(CONFIG_SH_ETH) += sh_eth.o
|
|
|
|
ravb-objs := ravb_main.o ravb_ptp.o
|
|
obj-$(CONFIG_RAVB) += ravb.o
|
|
|
|
obj-$(CONFIG_RENESAS_ETHER_SWITCH) += rswitch.o
|
|
|
|
obj-$(CONFIG_RENESAS_GEN4_PTP) += rcar_gen4_ptp.o
|