Your IP : 216.73.217.13


Current Path : /proc/thread-self/root/usr/src/linux-headers-5.4.0-216/arch/c6x/boot/
Upload File :
Current File : //proc/thread-self/root/usr/src/linux-headers-5.4.0-216/arch/c6x/boot/Makefile

# 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)