summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx9/Makefile
blob: 6d038a60c6789b45e920fb7193cd40d47a526df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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
obj-$(CONFIG_AHAB_BOOT) += ahab.o

#ifndef CONFIG_SPL_BUILD
obj-y += imx_bootaux.o
#endif