Makefile 451 B

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