Makefile 249 字节
Newer Older
P
Paul Mundt 已提交
1 2 3 4 5 6 7
#
# Makefile for the various Linux/SuperH timers
#

obj-y	:= timer.o

obj-$(CONFIG_SH_TMU)		+= timer-tmu.o
8 9
obj-$(CONFIG_SH_MTU2)		+= timer-mtu2.o
obj-$(CONFIG_SH_CMT)		+= timer-cmt.o
P
Paul Mundt 已提交
10

11
obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST)	+= timer-broadcast.o