Andreas Bießmann | 68a30be | 2014-05-19 14:23:40 +0200 | [diff] [blame] | 1 | # |
2 | # Copyright (C) 2014, Andreas Bießmann <andreas.devel@googlemail.com> | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: GPL-2.0+ | ||||
5 | # | ||||
6 | ifdef CONFIG_SPL_BUILD | ||||
7 | ALL-y += boot.bin | ||||
8 | else | ||||
9 | ALL-y += u-boot.img | ||||
10 | endif |