39e384d5c7511f832848dd3eeabec090e851317f
[oweals/u-boot.git] / arch / arm / mach-imx / imx8 / Makefile
1 #
2 # Copyright 2018 NXP
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-y += cpu.o iomux.o misc.o lowlevel_init.o
8 obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
9
10 ifdef CONFIG_SPL_BUILD
11 obj-$(CONFIG_SPL_LOAD_IMX_CONTAINER) += image.o parse-container.o
12 endif