1#
2# Copyright 2021 NXP
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7ifdef CONFIG_SPL_BUILD
8obj-$(CONFIG_IMX8ULP_DRAM) += ddr_init.o
9endif
10