mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
9bf215b035
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
15 lines
227 B
Makefile
15 lines
227 B
Makefile
#
|
|
# Copyright 2011 Linaro Limited
|
|
#
|
|
# (C) Copyright 2010
|
|
# Texas Instruments, <www.ti.com>
|
|
#
|
|
# Aneesh V <aneesh@ti.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
ifdef CONFIG_SPL_BUILD
|
|
ALL-y += MLO
|
|
else
|
|
ALL-y += u-boot.img
|
|
endif
|