Sign in
◑
Theme
gem5
/
arm
/
linux
/
8892b705f58e105b0b4ce3402afa1d1b803fb207
/
.
/
arch
/
c6x
/
boot
/
Makefile
blob: 8734abee548ee251bd56a9600918c3e27e38d559 [
file
]
#
# 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
)