mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-20 18:23:08 +00:00
7 lines
142 B
Makefile
7 lines
142 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
# (C) Copyright 2021 Amarula Solutions B.V.
|
||
|
|
||
|
obj-y := imx6ulz_smm_m2.o
|
||
|
obj-$(CONFIG_SPL_BUILD) += spl.o
|
||
|
|