mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-08 13:00:57 +01:00
Change-Id: Ib4246f2fbe0ab0085827833b93c71835255c5361 Signed-off-by: Aditya Kumar Patra S <apatr@codeaurora.org>
13 lines
390 B
Makefile
13 lines
390 B
Makefile
#
|
|
# Copyright (c) 2015 Google, Inc
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_CLK) += clk-uclass.o
|
|
obj-$(CONFIG_ROCKCHIP_RK3036) += clk_rk3036.o
|
|
obj-$(CONFIG_ROCKCHIP_RK3288) += clk_rk3288.o
|
|
obj-$(CONFIG_SANDBOX) += clk_sandbox.o
|
|
obj-$(CONFIG_ARCH_IPQ40xx) += ipq40xx_clk.o
|
|
obj-$(CONFIG_ARCH_IPQ806x) += ipq806x_clk.o
|