mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
33f4750783
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>
5 lines
102 B
Makefile
5 lines
102 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
|
|
obj-y += clk_rk3066.o
|
|
obj-y += rk3066.o
|
|
obj-y += syscon_rk3066.o
|