summaryrefslogtreecommitdiff
path: root/board/beacon/imx8mn/Makefile
blob: d620ccb7723f003efb57abf1eb3ea6d8c45d627e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Copyright 2020 Compass Electronics Group, LLC
#
# SPDX-License-Identifier:      GPL-2.0+
#

obj-y += imx8mn_beacon.o
obj-y += ../../freescale/common/
ifdef CONFIG_SPL_BUILD
obj-y += spl.o
ifdef CONFIG_IMX8MN_BEACON_2GB_LPDDR
obj-y += lpddr4_2g_timing.o
else
obj-y += lpddr4_timing.o
endif
endif