blob: 39e384d5c7511f832848dd3eeabec090e851317f [file] [log] [blame]
Peng Fan60d33fc2018-10-18 14:28:18 +02001#
2# Copyright 2018 NXP
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
Peng Fanfefe0512019-08-26 08:12:09 +00007obj-y += cpu.o iomux.o misc.o lowlevel_init.o
Peng Fan9f779fa2019-08-26 08:11:56 +00008obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
Peng Fan7b86cd42019-08-22 07:42:33 +00009
10ifdef CONFIG_SPL_BUILD
Peng Fand1c07782019-09-23 10:18:44 +080011obj-$(CONFIG_SPL_LOAD_IMX_CONTAINER) += image.o parse-container.o
Peng Fan7b86cd42019-08-22 07:42:33 +000012endif