Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f4f64cdfb599fa1369560865af3e52250416e15
/
.
/
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
)