mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
7d84978c9c
Since we will re-use the container parser on imx8ulp, move the codes to mach-imx Signed-off-by: Ye Li <ye.li@nxp.com>
11 lines
236 B
Makefile
11 lines
236 B
Makefile
#
|
|
# Copyright 2018 NXP
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += cpu.o iomux.o misc.o lowlevel_init.o
|
|
obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
|
|
obj-$(CONFIG_AHAB_BOOT) += ahab.o
|
|
|
|
obj-$(CONFIG_IMX_SNVS_SEC_SC) += snvs_security_sc.o
|