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