mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
2005916f54
i.MX8MQ and i.MX8MM has totally different pll design, so rename clock to clock_imx8mq. Signed-off-by: Peng Fan <peng.fan@nxp.com>
7 lines
153 B
Makefile
7 lines
153 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2017 NXP
|
|
|
|
obj-y += lowlevel_init.o
|
|
obj-y += clock_slice.o soc.o
|
|
obj-$(CONFIG_IMX8MQ) += clock_imx8mq.o
|