blob: ede8d20ff5c3a078771fc2cb4db29494b757bdff [file] [log] [blame]
Peng Fanb72606c2022-07-26 16:41:10 +08001#
2# Copyright 2022 NXP
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
7obj-y += imx93_evk.o
8
9ifdef CONFIG_SPL_BUILD
10obj-y += spl.o
Peng Fanffb8c372024-09-19 12:01:39 +080011obj-$(CONFIG_IMX93_EVK_LPDDR4X) += lpddr4x_timing.o lpddr4x_timing_1866mts.o
Peng Fanb72606c2022-07-26 16:41:10 +080012endif