Makefile 370 B

123456789101112131415
  1. #
  2. # arch/score/boot/Makefile
  3. #
  4. # This file is subject to the terms and conditions of the GNU General Public
  5. # License. See the file "COPYING" in the main directory of this archive
  6. # for more details.
  7. #
  8. targets := vmlinux.bin
  9. $(obj)/vmlinux.bin: vmlinux FORCE
  10. $(call if_changed,objcopy)
  11. @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
  12. clean-files += vmlinux.bin