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 |
Peng Fan | 1a7e625 | 2019-08-22 07:42:33 +0000 | [diff] [blame] | 9 | |
10 | ifdef CONFIG_SPL_BUILD | ||||
11 | obj-$(CONFIG_SPL_LOAD_IMX_CONTAINER) += parse-container.o | ||||
12 | endif |