Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
a482289d46587ffcda4c85aab109fb74910d7a48
/
.
/
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