mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
10 lines
196 B
Makefile
10 lines
196 B
Makefile
|
#
|
||
|
# Copyright (C) 2016 Samsung Electronics
|
||
|
# Thomas Abraham <thomas.ab@samsung.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += clk-pll.o
|
||
|
obj-$(CONFIG_CLK_EXYNOS7420) += clk-exynos7420.o
|