summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Makefile
diff options
context:
space:
mode:
authorYoshinori Sato2015-01-27 18:52:42 +0100
committerYoshinori Sato2015-06-23 06:35:55 +0200
commit618b902d8c098f2fff188119da7b3184c4bc5483 (patch)
tree3e099a648328623429c6c7459ab0c075047d13c5 /drivers/clocksource/Makefile
parenth8300: clock driver (diff)
downloadkernel-qcow2-linux-618b902d8c098f2fff188119da7b3184c4bc5483.tar.gz
kernel-qcow2-linux-618b902d8c098f2fff188119da7b3184c4bc5483.tar.xz
kernel-qcow2-linux-618b902d8c098f2fff188119da7b3184c4bc5483.zip
h8300: clocksource
h8300_timer8: 8bit clockevent device h8300_timer16 / h8300_tpu: 16bit clocksource Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'drivers/clocksource/Makefile')
-rw-r--r--drivers/clocksource/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile
index 5b85f6adb258..8288c4eea802 100644
--- a/drivers/clocksource/Makefile
+++ b/drivers/clocksource/Makefile
@@ -52,3 +52,6 @@ obj-$(CONFIG_ARCH_INTEGRATOR_AP) += timer-integrator-ap.o
obj-$(CONFIG_CLKSRC_VERSATILE) += versatile.o
obj-$(CONFIG_CLKSRC_MIPS_GIC) += mips-gic-timer.o
obj-$(CONFIG_ASM9260_TIMER) += asm9260_timer.o
+obj-$(CONFIG_H8300) += h8300_timer8.o
+obj-$(CONFIG_H8300_TMR16) += h8300_timer16.o
+obj-$(CONFIG_H8300_TPU) += h8300_tpu.o