blob: 5294d16708c45b80905d36d9d7245d71523392bd [file] [log] [blame]
Chandan Nath77a73fe2012-01-09 20:38:59 +00001#
2# Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
3#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02004# SPDX-License-Identifier: GPL-2.0+
Chandan Nath77a73fe2012-01-09 20:38:59 +00005#
6ifdef CONFIG_SPL_BUILD
Masahiro Yamadaac5e0912014-02-24 11:12:15 +09007ALL-y += MLO
8ALL-$(CONFIG_SPL_SPI_SUPPORT) += MLO.byteswap
Chandan Nath77a73fe2012-01-09 20:38:59 +00009else
Masahiro Yamada59f15f22014-02-04 17:24:24 +090010ALL-y += u-boot.img
Chandan Nath77a73fe2012-01-09 20:38:59 +000011endif