summaryrefslogtreecommitdiff
path: root/board/beacon/imx8mp/Makefile
blob: 669b54d63e7e0dd46270531bb18d3479cbb4b309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2022 Logic PD, Inc dba Beacon EmbeddedWorks
#

obj-y += imx8mp_beacon.o
obj-y += ../../nxp/common/

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