aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/boot/Makefile
blob: 8734abee548ee251bd56a9600918c3e27e38d559 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for bootable kernel images
#

OBJCOPYFLAGS_vmlinux.bin := -O binary
$(obj)/vmlinux.bin: vmlinux FORCE
	$(call if_changed,objcopy)

$(obj)/dtbImage.%: vmlinux
	$(call if_changed,objcopy)