Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5e57b241c6ef83c81e137ba0f6737026fa411287
/
.
/
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
)