mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-11 20:46:00 +01:00
Add the core architecture code for the rk3066. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
6 lines
102 B
Makefile
6 lines
102 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += clk_rk3066.o
|
|
obj-y += rk3066.o
|
|
obj-y += syscon_rk3066.o
|