Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
1694145854a309bebd12a5cce63c9b398304e3bb
/
.
/
arch
/
cris
/
arch-v10
/
boot
/
Makefile
blob: fe6650368e6a3014dda0be3779a8eb7bc738a11d [
file
] [
log
] [
blame
]
#
# arch/cris/boot/Makefile
#
zImage
:
compressed
/
vmlinuz
compressed
/
vmlinuz
:
$
(
TOPDIR
)/
vmlinux
@$
(
MAKE
)
-
C compressed vmlinuz
clean
:
rm
-
f zImage tools
/
build compressed
/
vmlinux
.
out
@$
(
MAKE
)
-
C compressed clean