mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
13 lines
174 B
Makefile
13 lines
174 B
Makefile
|
#
|
||
|
# Copyright 2021 Collabora Ltd.
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += imx8mn_var_som.o
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y += spl.o
|
||
|
obj-y += ddr4_timing.o
|
||
|
endif
|