Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
[oweals/u-boot.git] / board / toradex / verdin-imx8mm / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright 2020 Toradex
4 #
5
6 obj-y += verdin-imx8mm.o
7
8 ifdef CONFIG_SPL_BUILD
9 obj-y += spl.o
10 obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing.o
11 endif