mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-30 11:30:52 +00:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
|
|
#
|
||
|
|
# Makefile for the various Linux/SuperH timers
|
||
|
|
#
|
||
|
|
|
||
|
|
obj-y := timer.o
|
||
|
|
|
||
|
|
obj-$(CONFIG_SH_TMU) += timer-tmu.o
|
||
|
|
|