summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap5/config.mk
blob: 2673af96681aa62ddb3fc774a09465b6ca88357c (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	+= $(OBJTREE)/MLO
else
ALL-y	+= $(obj)u-boot.img
endif
OpenPOWER on IntegriCloud