Peng Fan | 2e6be07 | 2018-10-18 14:28:18 +0200 | [diff] [blame] | 1 | # |
| 2 | # Copyright 2018 NXP |
| 3 | # |
| 4 | # SPDX-License-Identifier: GPL-2.0+ |
| 5 | # |
| 6 | |
Peng Fan | 3d6ea86 | 2019-08-26 08:12:09 +0000 | [diff] [blame] | 7 | obj-y += cpu.o iomux.o misc.o lowlevel_init.o |
Peng Fan | 4746616 | 2019-08-26 08:11:56 +0000 | [diff] [blame] | 8 | obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o |
Oliver Graute | da3fc93 | 2020-02-26 12:15:24 +0000 | [diff] [blame] | 9 | obj-$(CONFIG_AHAB_BOOT) += ahab.o |
Peng Fan | 1a7e625 | 2019-08-22 07:42:33 +0000 | [diff] [blame] | 10 | |
| 11 | ifdef CONFIG_SPL_BUILD |
Peng Fan | 0aef2f2 | 2019-09-23 10:18:44 +0800 | [diff] [blame] | 12 | obj-$(CONFIG_SPL_LOAD_IMX_CONTAINER) += image.o parse-container.o |
Peng Fan | 1a7e625 | 2019-08-22 07:42:33 +0000 | [diff] [blame] | 13 | endif |
Franck LENORMAND | d3b70ea | 2019-10-09 10:27:43 +0200 | [diff] [blame^] | 14 | obj-$(CONFIG_IMX_SNVS_SEC_SC) += snvs_security_sc.o |