Sign in
nest-open-source
/
manifest_repos
/
kernel
/
56f6ecad7e8aebbbde7e963cdf32ad3112650d66
/
.
/
arch
/
arm
/
mach-ux500
/
Makefile
blob: a9a3453548f49c921d13057c891348a9c6362dc4 [
file
]
#
# Makefile for the linux kernel, U8500 machine.
#
obj
-
y
:=
pm
.
o
obj
-
$
(
CONFIG_UX500_SOC_DB8500
)
+=
cpu
-
db8500
.
o
obj
-
$
(
CONFIG_SMP
)
+=
platsmp
.
o
obj
-
$
(
CONFIG_PM_GENERIC_DOMAINS
)
+=
pm_domains
.
o