Peng Fan | 60d33fc | 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 | fefe051 | 2019-08-26 08:12:09 +0000 | [diff] [blame] | 7 | obj-y += cpu.o iomux.o misc.o lowlevel_init.o |
Peng Fan | 9f779fa | 2019-08-26 08:11:56 +0000 | [diff] [blame] | 8 | obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o |
Peng Fan | 7b86cd4 | 2019-08-22 07:42:33 +0000 | [diff] [blame] | 9 | |
| 10 | ifdef CONFIG_SPL_BUILD |
Peng Fan | d1c0778 | 2019-09-23 10:18:44 +0800 | [diff] [blame] | 11 | obj-$(CONFIG_SPL_LOAD_IMX_CONTAINER) += image.o parse-container.o |
Peng Fan | 7b86cd4 | 2019-08-22 07:42:33 +0000 | [diff] [blame] | 12 | endif |