blob: eb379c188aebc82f0f9a8bd4236c1b4fa6cec565 [file] [log] [blame]
Peng Fanf77d4412018-10-18 14:28:30 +02001# Copyright 2018 NXP
2#
3# SPDX-License-Identifier: GPL-2.0
4
5obj-$(CONFIG_CLK_IMX8) += clk-imx8.o
Peng Fan98c63a72019-03-05 02:32:33 +00006
7ifdef CONFIG_CLK_IMX8
8obj-$(CONFIG_IMX8QXP) += clk-imx8qxp.o
Peng Fane45efe92019-03-05 02:32:35 +00009obj-$(CONFIG_IMX8QM) += clk-imx8qm.o
Peng Fan98c63a72019-03-05 02:32:33 +000010endif