blob: 1c06fb40a4f62e45503d8b042ea5c6465a0a2412 [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
7ALL-y += $(OBJTREE)/MLO
Tom Rini0c1c9232012-10-16 13:06:07 +00008ALL-$(CONFIG_SPL_SPI_SUPPORT) += $(OBJTREE)/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