mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-23 15:15:32 +00:00
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
|