mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-26 13:03:40 +00:00
11 lines
148 B
Makefile
11 lines
148 B
Makefile
|
#
|
||
|
# Copyright 2018 NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-$(CONFIG_IMX9_DRAM) += ddr_init.o
|
||
|
obj-y += ../phy/
|
||
|
endif
|