blob: 6d038a60c6789b45e920fb7193cd40d47a526df3 [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 Li62185922022-07-26 16:40:54 +08006obj-y += soc.o clock.o clock_root.o trdc.o
Ye Li1c610742022-07-26 16:40:55 +08007obj-$(CONFIG_AHAB_BOOT) += ahab.o
Peng Fan313af252022-07-26 16:41:04 +08008
9#ifndef CONFIG_SPL_BUILD
10obj-y += imx_bootaux.o
11#endif