Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
e3c8966858cc71a5acb9084307ce925ea6be7f1d
/
.
/
arch
/
arm
/
mach-versatile
/
Makefile
blob: 81fa3fe25e1aedbacdd9f8de8c5640fe548bf80b [
file
] [
log
] [
blame
]
#
# Makefile for the linux kernel.
#
obj
-
y
:=
core
.
o
obj
-
$
(
CONFIG_ARCH_VERSATILE_PB
)
+=
versatile_pb
.
o
obj
-
$
(
CONFIG_MACH_VERSATILE_AB
)
+=
versatile_ab
.
o
obj
-
$
(
CONFIG_MACH_VERSATILE_DT
)
+=
versatile_dt
.
o
obj
-
$
(
CONFIG_PCI
)
+=
pci
.
o