blob: ef2725affa33fff6252c33672415934a4dc5381b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Copyright 2011 Linaro Limited
#
# Aneesh V <annesh@ti.com>
#
# SPDX-License-Identifier: GPL-2.0+
#
ifdef CONFIG_SPL_BUILD
ALL-y += MLO
else
ALL-y += u-boot.img
endif
|