mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-01 04:28:36 +00:00
14 lines
171 B
Makefile
14 lines
171 B
Makefile
#
|
|
# Copyright 2011 Linaro Limited
|
|
#
|
|
# Aneesh V <annesh@ti.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
ALL-y += MLO
|
|
else
|
|
ALL-y += u-boot.img
|
|
endif
|