mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-08-06 01:28:16 +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>
7 lines
187 B
Makefile
7 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
|