mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 06:26:07 +01:00
Initialize register in cv1800b ethernet phy to make it compatible with generic phy driver Signed-off-by: Kongyang Liu <seashell11234455@gmail.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
7 lines
152 B
Makefile
7 lines
152 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2024, Kongyang Liu <seashell11234455@gmail.com>
|
|
|
|
obj-y += board.o
|
|
obj-$(CONFIG_NET) += ethernet.o
|