mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

New timer handler files. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
6 lines
187 B
Makefile
6 lines
187 B
Makefile
# h8300 internal timer handler
|
|
|
|
obj-$(CONFIG_H8300_TIMER8) := timer8.o
|
|
obj-$(CONFIG_H8300_TIMER16) := timer16.o
|
|
obj-$(CONFIG_H8300_ITU) := itu.o
|
|
obj-$(CONFIG_H8300_TPU) := tpu.o
|