mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 17:12:55 +00:00
c5d58e9e79
This patch add a clockevent/clocksource using PWM Timer for Loongson1B, which is based on earlier work by Tang, Haifeng. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/8025/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
6 lines
117 B
Makefile
6 lines
117 B
Makefile
#
|
|
# Makefile for common code of loongson1 based machines.
|
|
#
|
|
|
|
obj-y += time.o irq.o platform.o prom.o reset.o setup.o
|