#
# Makefile for the various Linux/SuperH timers
#

obj-y	:= timer.o

obj-$(CONFIG_SH_TMU)		+= timer-tmu.o

