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

obj-y += imx8mm_beacon.o
obj-y += ../../freescale/common/

ifdef CONFIG_SPL_BUILD
obj-y += spl.o
obj-y += lpddr4_timing.o
endif