Sign in
coral
/
linux-mtk
/
287296bd685d796e050be9e2911d28cfc0794d13
/
.
/
arch
/
c6x
/
boot
/
Makefile
blob: 842b7b0bfe804a93f287a99d89518ec309a345a9 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
#
# 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
)