Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixes
[deliverable/linux.git] / arch / c6x / boot / Makefile
CommitLineData
c278400c
AJ
1#
2# Makefile for bootable kernel images
3#
4
5OBJCOPYFLAGS_vmlinux.bin := -O binary
6$(obj)/vmlinux.bin: vmlinux FORCE
7 $(call if_changed,objcopy)
8
c278400c
AJ
9$(obj)/dtbImage.%: vmlinux
10 $(call if_changed,objcopy)
This page took 0.217365 seconds and 5 git commands to generate.