blob: e1b09ab53411d2e104ae795b909a32919e02ca6a [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
Peng Fan313af252022-07-26 16:41:04 +08007
8#ifndef CONFIG_SPL_BUILD
9obj-y += imx_bootaux.o
10#endif