/arch/score/boot/Makefile
Makefile | 15 lines | 5 code | 3 blank | 7 comment | 0 complexity | 0d6be0e37354c0db2d7ef14623c6bdfe MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
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 9targets := vmlinux.bin 10 11$(obj)/vmlinux.bin: vmlinux FORCE 12 $(call if_changed,objcopy) 13 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')' 14 15clean-files += vmlinux.bin