2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2025-01-10 04:08:52 +00:00
u-boot/board/freescale/imx8mm_evk/Makefile

13 lines
182 B
Makefile
Raw Normal View History

#
# Copyright 2018 NXP
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += imx8mm_evk.o
ifdef CONFIG_SPL_BUILD
obj-y += spl.o
obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing.o
endif