/
usr
/
src
/
linux-headers-5.15.0-91-generic
/
arch
/
openrisc
/
boot
/
up file
home
# SPDX-License-Identifier: GPL-2.0 # # Makefile for bootable kernel images # targets += vmlinux.bin OBJCOPYFLAGS_vmlinux.bin := -O binary $(obj)/vmlinux.bin: vmlinux FORCE $(call if_changed,objcopy)