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 7ifdef CONFIG_INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX 8UIMAGE_LOADADDR = 0x00003000 9else 10UIMAGE_LOADADDR = 0xd0003000 11endif 12UIMAGE_COMPRESSION = gzip 13 14$(obj)/../uImage: vmlinux.bin.gz FORCE 15 $(call if_changed,uimage) 16 $(Q)$(kecho) ' Kernel: $@ is ready' 17 18zImage: $(obj)/../uImage 19