diff options
author | John Crispin <blogic@openwrt.org> | 2013-08-08 19:25:15 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-09-04 16:55:05 +0200 |
commit | 80ecbd245791fec5da4baa88c7273ec7f9ae7782 (patch) | |
tree | 2812fa01378ea2e8488d8be0a598de2a7108709f /arch/mips/ralink/Makefile | |
parent | MIPS: Netlogic: Built-in DTB for XLP2xx SoC boards (diff) | |
download | linux-80ecbd245791fec5da4baa88c7273ec7f9ae7782.tar.xz linux-80ecbd245791fec5da4baa88c7273ec7f9ae7782.zip |
MIPS: ralink: Add support for periodic timer irq
Adds a driver for the periodic timer found on Ralink SoC.
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5682/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ralink/Makefile')
-rw-r--r-- | arch/mips/ralink/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ralink/Makefile b/arch/mips/ralink/Makefile index 38cf1a880aaa..e37e0ec5b378 100644 --- a/arch/mips/ralink/Makefile +++ b/arch/mips/ralink/Makefile @@ -6,7 +6,7 @@ # Copyright (C) 2009-2011 Gabor Juhos <juhosg@openwrt.org> # Copyright (C) 2013 John Crispin <blogic@openwrt.org> -obj-y := prom.o of.o reset.o clk.o irq.o +obj-y := prom.o of.o reset.o clk.o irq.o timer.o obj-$(CONFIG_SOC_RT288X) += rt288x.o obj-$(CONFIG_SOC_RT305X) += rt305x.o |