mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-11 01:36:59 +02:00
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>
11 lines
184 B
Makefile
11 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
|