summaryrefslogtreecommitdiff
path: root/board/engicam/imx8mp/Makefile
blob: c3ec09d6e3807cc85cf8f16d4847d2f2bb6f7240 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Copyright (C) 2020 Amarula Solutions(India)
#
# SPDX-License-Identifier:      GPL-2.0+
#

obj-y += icore_mx8mp.o

ifdef CONFIG_SPL_BUILD
obj-y += spl.o
obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing.o
endif