mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
f1a225229a
RK3308 is a quad Cortex A35 based SOC with rich audio interfaces(I2S/PCM/TDM/PDM/SPDIF/VAD/HDMI ARC), which designed for intelligent voice interaction and audio input/output processing. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
9 lines
164 B
Makefile
9 lines
164 B
Makefile
#
|
|
# (C) Copyright 2018 Rockchip Electronics Co., Ltd.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += syscon_rk3308.o
|
|
obj-y += rk3308.o
|
|
obj-y += clk_rk3308.o
|