Peng Fan | bbcd2c4 | 2022-07-26 16:40:39 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
2 | # | ||||
3 | # Copyright 2022 NXP | ||||
4 | |||||
5 | obj-y += lowlevel_init.o | ||||
Ye Li | 6218592 | 2022-07-26 16:40:54 +0800 | [diff] [blame] | 6 | obj-y += soc.o clock.o clock_root.o trdc.o |
Ye Li | 1c61074 | 2022-07-26 16:40:55 +0800 | [diff] [blame] | 7 | obj-$(CONFIG_AHAB_BOOT) += ahab.o |
Peng Fan | 313af25 | 2022-07-26 16:41:04 +0800 | [diff] [blame] | 8 | |
9 | #ifndef CONFIG_SPL_BUILD | ||||
10 | obj-y += imx_bootaux.o | ||||
11 | #endif |