John Rigby | 34d12a1 | 2011-07-21 09:10:30 -0400 | [diff] [blame] | 1 | # |
2 | # Copyright 2011 Linaro Limited | ||||
John Rigby | 34d12a1 | 2011-07-21 09:10:30 -0400 | [diff] [blame] | 3 | # |
4 | # (C) Copyright 2010 | ||||
5 | # Texas Instruments, <www.ti.com> | ||||
6 | # | ||||
7 | # Aneesh V <aneesh@ti.com> | ||||
8 | # | ||||
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 9 | # SPDX-License-Identifier: GPL-2.0+ |
John Rigby | 34d12a1 | 2011-07-21 09:10:30 -0400 | [diff] [blame] | 10 | # |
11 | ifdef CONFIG_SPL_BUILD | ||||
12 | ALL-y += $(OBJTREE)/MLO | ||||
13 | else | ||||
14 | ALL-y += $(obj)u-boot.img | ||||
15 | endif |