9d4436a6fb
This implements initial support for the SH7206 (SH-2A) and SH7619 (SH-2) MMU-less CPUs. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
10 lines
184 B
Makefile
10 lines
184 B
Makefile
#
|
|
# Makefile for the various Linux/SuperH timers
|
|
#
|
|
|
|
obj-y := timer.o
|
|
|
|
obj-$(CONFIG_SH_TMU) += timer-tmu.o
|
|
obj-$(CONFIG_SH_MTU2) += timer-mtu2.o
|
|
obj-$(CONFIG_SH_CMT) += timer-cmt.o
|
|
|