u-boot/arch/arm/mach-imx/imx8ulp/Makefile
Ye Li 00ce4153fb imx: ahab: Update AHAB for iMX8 and iMX8ULP
Abstract common interfaces for AHAB authentication operations.
Then share some common codes for AHAB and SPL container authentication

Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2023-07-13 11:29:40 +02:00

11 lines
189 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2020 NXP
#
obj-y += lowlevel_init.o
obj-y += soc.o clock.o iomux.o pcc.o cgc.o rdc.o
ifeq ($(CONFIG_SPL_BUILD),y)
obj-y += upower/
endif