summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imx9/Makefile
blob: 53cc97c6b471f1bdc3f55b198788ca42e4ad9558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2022 NXP

obj-y += lowlevel_init.o

ifeq ($(CONFIG_SCMI_FIRMWARE),y)
obj-y += scmi/
else
obj-y += soc.o clock.o clock_root.o trdc.o
endif

ifneq ($(CONFIG_SPL_BUILD),y)
obj-y += imx_bootaux.o
endif