diff options
Diffstat (limited to 'drivers/clk/exynos/Makefile')
-rw-r--r-- | drivers/clk/exynos/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/exynos/Makefile b/drivers/clk/exynos/Makefile new file mode 100644 index 00000000000..1df10fe84a1 --- /dev/null +++ b/drivers/clk/exynos/Makefile @@ -0,0 +1,9 @@ +# +# 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 |