]> Git Repo - J-u-boot.git/blob - board/beacon/imx8mm/Makefile
Merge tag 'u-boot-amlogic-20200511' of https://gitlab.denx.de/u-boot/custodians/u...
[J-u-boot.git] / board / beacon / imx8mm / Makefile
1 #
2 # Copyright 2020 Compass Electronics Group, LLC
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-y += imx8mm_beacon.o
8 obj-y += ../../freescale/common/
9
10 ifdef CONFIG_SPL_BUILD
11 obj-y += spl.o
12 obj-y += lpddr4_timing.o
13 endif
This page took 0.028166 seconds and 4 git commands to generate.