repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 6.13-rc4
[linux.git]
/
arch
/
openrisc
/
boot
/
Makefile
blob
5b28538f4dd1b49daa8ed8ce7c30dc0d995a13aa
1
# SPDX-License-Identifier: GPL-2.0
2
#
3
# Makefile for bootable kernel images
4
#
5
6
targets
+=
vmlinux.bin
7
8
OBJCOPYFLAGS_vmlinux.bin
:= -
O binary
9
$(
obj
)/
vmlinux.bin
:
vmlinux FORCE
10
$(
call if_changed
,
objcopy
)