]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/am33xx/config.mk
Merge remote-tracking branch 'u-boot-ti/master'
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / am33xx / config.mk
1 #
2 # Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
3 #
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License as
6 # published by the Free Software Foundation; either version 2 of
7 # the License, or (at your option) any later version.
8 #
9 # This program is distributed "as is" WITHOUT ANY WARRANTY of any
10 # kind, whether express or implied; without even the implied warranty
11 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 ifdef CONFIG_SPL_BUILD
15 ALL-y   += $(OBJTREE)/MLO
16 ALL-$(CONFIG_SPL_SPI_SUPPORT) += $(OBJTREE)/MLO.byteswap
17 else
18 ALL-y   += $(obj)u-boot.img
19 endif