imx8: disable node when the resource is not owned
[platform/kernel/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
8 obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
9
10 ifdef CONFIG_SPL_BUILD
11 obj-$(CONFIG_SPL_LOAD_IMX_CONTAINER) += parse-container.o
12 endif