License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / c6x / boot / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c278400c
AJ
2#
3# Makefile for bootable kernel images
4#
5
6OBJCOPYFLAGS_vmlinux.bin := -O binary
7$(obj)/vmlinux.bin: vmlinux FORCE
8 $(call if_changed,objcopy)
9
c278400c
AJ
10$(obj)/dtbImage.%: vmlinux
11 $(call if_changed,objcopy)