mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
10 lines
163 B
Makefile
10 lines
163 B
Makefile
|
#
|
||
|
# (C) Copyright 2021 Rockchip Electronics Co., Ltd
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += clk_rk3568.o
|
||
|
obj-y += rk3568.o
|
||
|
obj-y += syscon_rk3568.o
|