mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
a3c85990c3
This patch adds the clock control driver for the AST2600 SoC. Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com> Signed-off-by: Chia-Wei, Wang <chiawei_wang@aspeedtech.com>
7 lines
166 B
Makefile
7 lines
166 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2016 Google, Inc
|
|
#
|
|
|
|
obj-$(CONFIG_ASPEED_AST2500) += clk_ast2500.o
|
|
obj-$(CONFIG_ASPEED_AST2600) += clk_ast2600.o
|