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