blob: 53cc97c6b471f1bdc3f55b198788ca42e4ad9558 [file] [log] [blame]
Peng Fanbbcd2c42022-07-26 16:40:39 +08001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright 2022 NXP
4
5obj-y += lowlevel_init.o
Ye Li4aaffb92025-04-28 18:37:37 +08006
7ifeq ($(CONFIG_SCMI_FIRMWARE),y)
8obj-y += scmi/
9else
Ye Li62185922022-07-26 16:40:54 +080010obj-y += soc.o clock.o clock_root.o trdc.o
Ye Li4aaffb92025-04-28 18:37:37 +080011endif
Peng Fan313af252022-07-26 16:41:04 +080012
Ye Li4aaffb92025-04-28 18:37:37 +080013ifneq ($(CONFIG_SPL_BUILD),y)
Peng Fan313af252022-07-26 16:41:04 +080014obj-y += imx_bootaux.o
Ye Li4aaffb92025-04-28 18:37:37 +080015endif