Merge tag 'u-boot-imx-20200121' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
[oweals/u-boot.git] / board / freescale / imx8mn_evk / Makefile
1 #
2 # Copyright 2018 NXP
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-y += imx8mn_evk.o
8
9 ifdef CONFIG_SPL_BUILD
10 obj-y += spl.o
11 obj-$(CONFIG_IMX8M_DDR4) += ddr4_timing.o
12 endif