Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
ef5ec7f08d6750b4786efe8dc76184fd86f85d4c
/
.
/
arch
/
c6x
/
boot
/
Makefile
blob: 8734abee548ee251bd56a9600918c3e27e38d559 [
file
] [
log
] [
blame
]
#
# 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
)