blob: 7fc34762a2ac0be37a710f4263ab55eec6a49389 [file] [log] [blame]
Peng Fan2e6be072018-10-18 14:28:18 +02001#
2# Copyright 2018 NXP
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
Anatolij Gustschinef156d22019-06-12 13:35:25 +02007obj-y += cpu.o iomux.o misc.o
Peng Fan47466162019-08-26 08:11:56 +00008obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
Peng Fan1a7e6252019-08-22 07:42:33 +00009
10ifdef CONFIG_SPL_BUILD
11obj-$(CONFIG_SPL_LOAD_IMX_CONTAINER) += parse-container.o
12endif