blob: 8e3668f781e9c449b7e67328b6bbbb250d737b09 [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
10ALL-y += $(obj)u-boot.img
11endif