Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
3991782ea3e41412f8a665cd6ce66943d76aff8a
/
.
/
arch
/
arm
/
tools
/
Makefile
blob: cd60a81163e938a78b55b40fa9df6009408f5b57 [
file
] [
log
] [
blame
]
#
# linux/arch/arm/tools/Makefile
#
# Copyright (C) 2001 Russell King
#
include
/
generated
/
mach
-
types
.
h
:
$
(
src
)/
gen
-
mach
-
types $
(
src
)/
mach
-
types
$
(
kecho
)
' Generating $@'
@mkdir
-
p $
(
dir $@
)
$
(
Q
)
$
(
AWK
)
-
f $
^
>
$@
||
{
rm
-
f $@
;
/
bin
/
false
;
}