mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 03:55:21 +07:00
![Yoshinori Sato](/assets/img/avatar_default.png)
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
|