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
|