oleavr-rgl-a500-mini-linux-.../arch/c6x/boot/Makefile

11 lines
199 B
Makefile
Raw Permalink Normal View History

2022-05-07 01:01:45 +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)