]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/xtensa/boot/boot-uboot/Makefile
xtensa: add MMU v3 support
[mirror_ubuntu-artful-kernel.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