]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/omap4/config.mk
Add GPL-2.0+ SPDX-License-Identifier to source files
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / omap4 / config.mk
1 #
2 # Copyright 2011 Linaro Limited
3 #
4 # (C) Copyright 2010
5 # Texas Instruments, <www.ti.com>
6 #
7 # Aneesh V <aneesh@ti.com>
8 #
9 # SPDX-License-Identifier:      GPL-2.0+
10 #
11 ifdef CONFIG_SPL_BUILD
12 ALL-y   += $(OBJTREE)/MLO
13 else
14 ALL-y   += $(obj)u-boot.img
15 endif