mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
12 lines
194 B
Makefile
12 lines
194 B
Makefile
|
#
|
||
|
# Copyright (C) 2021 AVNET Embedded, MSC Technologies GmbH
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y += spl.o lpddr4_timing.o
|
||
|
else
|
||
|
obj-y += sm2s_imx8mp.o
|
||
|
endif
|