6db4831e98
Android 14
11 lines
183 B
Makefile
11 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
|