blob: 5f62b2826e28eab9a886a8321ce23b6f5381f0bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Copyright 2018 NXP
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += cpu.o iomux.o misc.o
ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_SPL_LOAD_IMX_CONTAINER) += parse-container.o
endif
|