/arch/score/boot/Makefile
https://bitbucket.org/thekraven/iscream_thunderc-2.6.35 · Makefile · 15 lines · 5 code · 3 blank · 7 comment · 0 complexity · 0d6be0e37354c0db2d7ef14623c6bdfe MD5 · raw file
- #
- # arch/score/boot/Makefile
- #
- # This file is subject to the terms and conditions of the GNU General Public
- # License. See the file "COPYING" in the main directory of this archive
- # for more details.
- #
- targets := vmlinux.bin
- $(obj)/vmlinux.bin: vmlinux FORCE
- $(call if_changed,objcopy)
- @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
- clean-files += vmlinux.bin