John Rigby | 3decb14 | 2011-07-21 09:10:30 -0400 | [diff] [blame] | 1 | # |
2 | # Copyright 2011 Linaro Limited | ||||
John Rigby | 3decb14 | 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 | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 9 | # SPDX-License-Identifier: GPL-2.0+ |
John Rigby | 3decb14 | 2011-07-21 09:10:30 -0400 | [diff] [blame] | 10 | # |
11 | ifdef CONFIG_SPL_BUILD | ||||
Masahiro Yamada | 9bf215b | 2014-02-24 11:12:15 +0900 | [diff] [blame] | 12 | ALL-y += MLO |
John Rigby | 3decb14 | 2011-07-21 09:10:30 -0400 | [diff] [blame] | 13 | else |
Masahiro Yamada | 9e41403 | 2014-02-04 17:24:24 +0900 | [diff] [blame] | 14 | ALL-y += u-boot.img |
John Rigby | 3decb14 | 2011-07-21 09:10:30 -0400 | [diff] [blame] | 15 | endif |