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>
11 lines
230 B
Makefile
11 lines
230 B
Makefile
#
|
|
# Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
ifdef CONFIG_SPL_BUILD
|
|
ALL-y += MLO
|
|
ALL-$(CONFIG_SPL_SPI_SUPPORT) += MLO.byteswap
|
|
else
|
|
ALL-y += u-boot.img
|
|
endif
|