Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
6728cb0e6343d4068ccec13f07212e6382d3ff33
/
.
/
arch
/
arm
/
mach-realview
/
Makefile
blob: 36e76ba937fc031286eeb4fa7acf46b13e37cd64 [
file
] [
log
] [
blame
]
#
# Makefile for the linux kernel.
#
obj
-
y
:=
core
.
o clock
.
o
obj
-
$
(
CONFIG_MACH_REALVIEW_EB
)
+=
realview_eb
.
o
obj
-
$
(
CONFIG_SMP
)
+=
platsmp
.
o headsmp
.
o
obj
-
$
(
CONFIG_HOTPLUG_CPU
)
+=
hotplug
.
o
obj
-
$
(
CONFIG_LOCAL_TIMERS
)
+=
localtimer
.
o