mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
14 lines
182 B
Makefile
14 lines
182 B
Makefile
|
#
|
||
|
# Copyright 2018 NXP
|
||
|
# Copyright 2020 Linaro
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += imx8mm-cl-iot-gate.o
|
||
|
|
||
|
ifdef CONFIG_SPL_BUILD
|
||
|
obj-y += spl.o
|
||
|
obj-y += ddr/
|
||
|
endif
|