blob: fd5ec826336dde3837174ba7bb840efcc6e58198 [file] [log] [blame]
Marek Vasutd7f72b62022-04-08 02:15:01 +02001#
2# Menlosystems MX8Menlo
3# Copyright (C) 2021-2022 Marek Vasut <marex@denx.de>
4#
5# SPDX-License-Identifier: GPL-2.0+
6#
7
8obj-y := mx8menlo.o
9
10obj-y += ../../toradex/verdin-imx8mm/verdin-imx8mm.o
11
12ifdef CONFIG_SPL_BUILD
13obj-y += ../../toradex/verdin-imx8mm/spl.o
14obj-$(CONFIG_IMX8M_LPDDR4) += ../../toradex/verdin-imx8mm/lpddr4_timing.o
15endif
16
17# Common for all Toradex modules
18ifeq ($(CONFIG_SPL_BUILD),y)
19# Necessary to create built-in.o
20obj- := __dummy__.o
21else
22obj-$(CONFIG_TDX_CFG_BLOCK) += ../../toradex/common/tdx-cfg-block.o
23obj-y += ../../toradex/common/tdx-common.o
24obj-y += ../../toradex/common/tdx-eeprom.o
25endif