blob: 09eab709554486c02d789e3481a8e39914c30a29 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Copyright (C) 2014, Andreas Bießmann <andreas.devel@googlemail.com>
#
# SPDX-License-Identifier: GPL-2.0+
#
ifdef CONFIG_SPL_BUILD
ALL-y += boot.bin
else
ALL-y += u-boot.img
endif
|