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 | 4aaffb9 | 2025-04-28 18:37:37 +0800 | [diff] [blame^] | 6 | |
7 | ifeq ($(CONFIG_SCMI_FIRMWARE),y) | ||||
8 | obj-y += scmi/ | ||||
9 | else | ||||
Ye Li | 6218592 | 2022-07-26 16:40:54 +0800 | [diff] [blame] | 10 | obj-y += soc.o clock.o clock_root.o trdc.o |
Ye Li | 4aaffb9 | 2025-04-28 18:37:37 +0800 | [diff] [blame^] | 11 | endif |
Peng Fan | 313af25 | 2022-07-26 16:41:04 +0800 | [diff] [blame] | 12 | |
Ye Li | 4aaffb9 | 2025-04-28 18:37:37 +0800 | [diff] [blame^] | 13 | ifneq ($(CONFIG_SPL_BUILD),y) |
Peng Fan | 313af25 | 2022-07-26 16:41:04 +0800 | [diff] [blame] | 14 | obj-y += imx_bootaux.o |
Ye Li | 4aaffb9 | 2025-04-28 18:37:37 +0800 | [diff] [blame^] | 15 | endif |