Brooklyn/arch/c6x/boot/Makefile

12 lines
234 B
Makefile
Raw Normal View History

2021-09-23 16:59:15 +00:00
# SPDX-License-Identifier: GPL-2.0
#
# 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)