Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
5db98f75f91006eaa37db3e13e320155225990e2
/
.
/
arch
/
arm
/
plat-versatile
/
Makefile
blob: 16dde08199349b4a004ab58746f43d40d0d88424 [
file
] [
log
] [
blame
]
obj
-
y
:=
clock
.
o
ifneq
(
$
(
CONFIG_ARCH_INTEGRATOR
),
y
)
obj
-
y
+=
sched
-
clock
.
o
endif
ifeq
(
$
(
CONFIG_LEDS_CLASS
),
y
)
obj
-
$
(
CONFIG_ARCH_REALVIEW
)
+=
leds
.
o
obj
-
$
(
CONFIG_ARCH_VERSATILE
)
+=
leds
.
o
endif