mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
12 lines
190 B
Makefile
12 lines
190 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
#
|
||
|
# Copyright 2022 Toradex
|
||
|
#
|
||
|
|
||
|
obj-y += verdin-imx8mp.o
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y += spl.o
|
||
|
obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing.o
|
||
|
endif
|