blob: 1d6a57c66c6f07fc09b9fb5fbe6808a7f053318f [file] [log] [blame]
John Rigby34d12a12011-07-21 09:10:30 -04001#
2# Copyright 2011 Linaro Limited
John Rigby34d12a12011-07-21 09:10:30 -04003#
4# (C) Copyright 2010
5# Texas Instruments, <www.ti.com>
6#
7# Aneesh V <aneesh@ti.com>
8#
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02009# SPDX-License-Identifier: GPL-2.0+
John Rigby34d12a12011-07-21 09:10:30 -040010#
11ifdef CONFIG_SPL_BUILD
12ALL-y += $(OBJTREE)/MLO
13else
14ALL-y += $(obj)u-boot.img
15endif