Sign in
googlers
/
maze
/
linux
/
309bade002e9226781c2d7a015340d0089e399b5
/
.
/
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