blob: 1d6a57c66c6f07fc09b9fb5fbe6808a7f053318f [file] [log] [blame]
Simon Schwarz78ce9772011-09-14 15:31:33 -04001#
2# Copyright 2011 Linaro Limited
Simon Schwarz78ce9772011-09-14 15:31:33 -04003#
4# (C) Copyright 2010
5# Texas Instruments, <www.ti.com>
6#
7# Aneesh V <aneesh@ti.com>
8#
Wolfgang Denk1a459662013-07-08 09:37:19 +02009# SPDX-License-Identifier: GPL-2.0+
Simon Schwarz78ce9772011-09-14 15:31:33 -040010#
11ifdef CONFIG_SPL_BUILD
12ALL-y += $(OBJTREE)/MLO
13else
14ALL-y += $(obj)u-boot.img
15endif