]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/gateworks/venice/Makefile
board: gateworks: venice: add imx8mp-venice-gw740x support
[thirdparty/u-boot.git] / board / gateworks / venice / Makefile
CommitLineData
03bf8436
TH
1#
2# Copyright 2021 Gateworks Corporation
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
fb9ec338 7obj-y += venice.o eeprom.o
03bf8436
TH
8
9ifdef CONFIG_SPL_BUILD
10obj-y += spl.o
2cb156e1
TH
11ifdef CONFIG_IMX8MM
12obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing_imx8mm.o
13endif
14ifdef CONFIG_IMX8MN
15obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing_imx8mn.o
16endif
23956252
TH
17ifdef CONFIG_IMX8MP
18obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing_imx8mp.o
19endif
03bf8436 20endif