summaryrefslogtreecommitdiff
path: root/board/freescale/imx8mm_val/ddr/Makefile
blob: dde722146e6c138f276af60f9d0c30c0f25ad1cf (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Copyright 2018 NXP
#
# SPDX-License-Identifier:      GPL-2.0+
#

ifdef CONFIG_SPL_BUILD
obj-y += helper.o
obj-y += wait_ddrphy_training_complete.o
obj-$(CONFIG_TARGET_IMX8MM_DDR4_VAL) += ddr4/
endif