]> Git Repo - J-u-boot.git/blob - drivers/clk/Makefile
clock: add Tegra186 clock driver
[J-u-boot.git] / drivers / clk / Makefile
1 #
2 # Copyright (c) 2015 Google, Inc
3 # Wolfgang Denk, DENX Software Engineering, [email protected].
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 obj-$(CONFIG_CLK) += clk-uclass.o clk_fixed_rate.o
9 obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
10 obj-$(CONFIG_SANDBOX) += clk_sandbox.o
11 obj-$(CONFIG_SANDBOX) += clk_sandbox_test.o
12 obj-$(CONFIG_MACH_PIC32) += clk_pic32.o
13
14 obj-y += tegra/
15 obj-$(CONFIG_CLK_UNIPHIER) += uniphier/
16 obj-$(CONFIG_CLK_EXYNOS) += exynos/
This page took 0.022951 seconds and 4 git commands to generate.