blob: 8aa81f49f4f38742f8048a04caf1d05c9f00997f [file] [log] [blame]
Simon Glassf26c8a82015-06-23 15:39:15 -06001#
2# Copyright (c) 2015 Google, Inc
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier: GPL-2.0+
6#
7
Masahiro Yamadab21e20b2016-01-19 13:55:28 +09008obj-$(CONFIG_CLK) += clk-uclass.o clk_fixed_rate.o
huang lin3f2ef132015-11-17 14:20:16 +08009obj-$(CONFIG_ROCKCHIP_RK3036) += clk_rk3036.o
Simon Glass99c15652015-08-30 16:55:31 -060010obj-$(CONFIG_ROCKCHIP_RK3288) += clk_rk3288.o
Simon Glass6a1c7ce2015-07-06 12:54:24 -060011obj-$(CONFIG_SANDBOX) += clk_sandbox.o