mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
07816f086c
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>
10 lines
184 B
Makefile
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
|