projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
net/fec_mpc52xx: fix BUG on missing dma_ops
[linux-2.6]
/
drivers
/
clocksource
/
Makefile
diff --git
a/drivers/clocksource/Makefile
b/drivers/clocksource/Makefile
index
a522254
..
1efb287
100644
(file)
--- a/
drivers/clocksource/Makefile
+++ b/
drivers/clocksource/Makefile
@@
-1,3
+1,5
@@
+obj-$(CONFIG_ATMEL_TCB_CLKSRC) += tcb_clksrc.o
obj-$(CONFIG_X86_CYCLONE_TIMER) += cyclone.o
obj-$(CONFIG_X86_PM_TIMER) += acpi_pm.o
obj-$(CONFIG_SCx200HR_TIMER) += scx200_hrt.o
+obj-$(CONFIG_SH_TIMER_CMT) += sh_cmt.o