Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
arch
/
i386
/
kernel
/
timers
/
Makefile
blob: 8fa12be658ddc9903948abdb694c3990b248effd [
file
] [
log
] [
blame
]
#
# Makefile for x86 timers
#
obj
-
y
:=
timer
.
o timer_none
.
o timer_tsc
.
o timer_pit
.
o common
.
o
obj
-
$
(
CONFIG_X86_CYCLONE_TIMER
)
+=
timer_cyclone
.
o
obj
-
$
(
CONFIG_HPET_TIMER
)
+=
timer_hpet
.
o
obj
-
$
(
CONFIG_X86_PM_TIMER
)
+=
timer_pm
.
o