u-boot/arch/arm/mach-imx/imx9/Makefile
Ye Li 07816f086c imx: ahab: Move imx9 and imx8ulp AHAB support together
Use common file ele_ahab.c for i.MX9 and iMX8ULP AHAB support, since
both of them use same sentinel ELE APIs

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
2023-03-29 22:27:38 +02:00

10 lines
184 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2022 NXP
obj-y += lowlevel_init.o
obj-y += soc.o clock.o clock_root.o trdc.o
#ifndef CONFIG_SPL_BUILD
obj-y += imx_bootaux.o
#endif