android_kernel_samsung_hero.../arch/c6x/boot/Makefile

11 lines
199 B
Makefile
Raw Permalink Normal View History

2016-08-17 10:41:52 +02:00
#
# 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)