Sign in
◑
Theme
gem5
/
arm
/
linux
/
4c2357f57dd5a3ecb4ce09f6a6cb394a1a8873b2
/
.
/
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
)