]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/c6x/boot/Makefile
Merge tag 'watchdog-for-linus-v4.11' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / arch / c6x / boot / Makefile
1 #
2 # Makefile for bootable kernel images
3 #
4
5 OBJCOPYFLAGS_vmlinux.bin := -O binary
6 $(obj)/vmlinux.bin: vmlinux FORCE
7 $(call if_changed,objcopy)
8
9 $(obj)/dtbImage.%: vmlinux
10 $(call if_changed,objcopy)