mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 13:58:41 +07:00
e3dfddbf0d
This patch adds SPDX-License-Identifier to Kconfig and Makefile. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
8 lines
189 B
Makefile
8 lines
189 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Renesas R-Car CAN & CAN FD controller drivers
|
|
#
|
|
|
|
obj-$(CONFIG_CAN_RCAR) += rcar_can.o
|
|
obj-$(CONFIG_CAN_RCAR_CANFD) += rcar_canfd.o
|