mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 05:42:58 +00:00
10 lines
134 B
Makefile
10 lines
134 B
Makefile
|
#
|
||
|
# Copyright 2021 NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-$(CONFIG_IMX8ULP_DRAM) += ddr_init.o
|
||
|
endif
|