mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
10 lines
194 B
Makefile
10 lines
194 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
# (C) Copyright 2019 Kontron Electronics GmbH
|
||
|
|
||
|
obj-y := sl-mx8mm.o
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y += spl.o
|
||
|
obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing.o
|
||
|
endif
|