Makefile 380 B

123456789101112131415
  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. UIMAGE_LOADADDR = $(CONFIG_KERNEL_LOAD_ADDRESS)
  7. UIMAGE_COMPRESSION = gzip
  8. $(obj)/../uImage: vmlinux.bin.gz FORCE
  9. $(call if_changed,uimage)
  10. $(Q)$(kecho) ' Kernel: $@ is ready'
  11. zImage: $(obj)/../uImage