Sign in
android-kvm
/
linux
/
e645c20e8e9cde549bc233435d3c1338e1cd27fe
/
.
/
arch
/
openrisc
/
boot
/
Makefile
blob: 5b28538f4dd1b49daa8ed8ce7c30dc0d995a13aa [
file
] [
log
] [
blame
]
# 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
)