mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-18 20:34:01 +00:00
This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
183 B
Makefile
10 lines
183 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Renesas device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SH_ETH) += sh_eth.o
|
|
|
|
ravb-objs := ravb_main.o ravb_ptp.o
|
|
|
|
obj-$(CONFIG_RAVB) += ravb.o
|