Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / arch / xtensa / boot / boot-uboot / Makefile
1 #
2 # This file is subject to the terms and conditions of the GNU General Public
3 # License.  See the file "COPYING" in the main directory of this archive
4 # for more details.
5 #
6
7 ifdef CONFIG_INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX
8 UIMAGE_LOADADDR = 0x00003000
9 else
10 UIMAGE_LOADADDR = 0xd0003000
11 endif
12 UIMAGE_COMPRESSION = gzip
13
14 $(obj)/../uImage: vmlinux.bin.gz FORCE
15         $(call if_changed,uimage)
16         $(Q)$(kecho) '  Kernel: $@ is ready'
17
18 zImage: $(obj)/../uImage