summaryrefslogtreecommitdiff
path: root/board/phytec/phycore_imx91_93/Makefile
blob: 976ecb306f755b7016c2d0808471abd454e724fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# Copyright 2022 NXP
# Copyright (C) 2023 PHYTEC Messtechnik GmbH
# Christoph Stoidner <[email protected]>
# Copyright (C) 2024 Mathieu Othacehe <[email protected]>
#
# SPDX-License-Identifier:      GPL-2.0+
#

obj-y += phycore-imx91-93.o

ifdef CONFIG_XPL_BUILD
obj-y += spl.o
ifdef CONFIG_IMX91
obj-$(CONFIG_IMX9_LPDDR4X) += lpddr4_timing_imx91.o
else
obj-$(CONFIG_IMX9_LPDDR4X) += lpddr4_timing_imx93.o
endif
endif