diff options
Diffstat (limited to 'arch/score/boot/Makefile')
-rw-r--r-- | arch/score/boot/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/score/boot/Makefile b/arch/score/boot/Makefile new file mode 100644 index 000000000000..0c5fbd0fb696 --- /dev/null +++ b/arch/score/boot/Makefile | |||
@@ -0,0 +1,15 @@ | |||
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 | |||
9 | targets := vmlinux.bin | ||
10 | |||
11 | $(obj)/vmlinux.bin: vmlinux FORCE | ||
12 | $(call if_changed,objcopy) | ||
13 | @echo 'Kernel: $@ is ready' ' (#'`cat .version`')' | ||
14 | |||
15 | clean-files += vmlinux.bin | ||