mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
14 lines
286 B
Makefile
14 lines
286 B
Makefile
|
#
|
||
|
# 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
|
||
|
obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing.o
|
||
|
obj-$(CONFIG_IMX8M_DDR4) += ddr4_timing.o
|
||
|
endif
|