mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
13 lines
178 B
Makefile
13 lines
178 B
Makefile
|
#
|
||
|
# Copyright 2018 NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += imx8mn_evk.o
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y += spl.o
|
||
|
obj-$(CONFIG_IMX8M_DDR4) += ddr4_timing.o
|
||
|
endif
|