diff options
author | Tzachi Perelstein <tzachi@marvell.com> | 2007-10-23 15:14:42 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:03:49 -0500 |
commit | 51cbff1d6f1946f97b847f9a144737eca20ede84 (patch) | |
tree | 9d55d9269af106ea98635bcca0868aa08386affe /arch/arm/mach-orion/Makefile | |
parent | f00666140cb84cd80276c9a874198874890d5733 (diff) |
[ARM] Orion: system timer support
Signed-off-by: Tzachi Perelstein <tzachi@marvell.com>
Reviewed-by: Nicolas Pitre <nico@marvell.com>
Reviewed-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-orion/Makefile')
-rw-r--r-- | arch/arm/mach-orion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-orion/Makefile b/arch/arm/mach-orion/Makefile index 57d459a2090e..3b2a3eef39dd 100644 --- a/arch/arm/mach-orion/Makefile +++ b/arch/arm/mach-orion/Makefile | |||
@@ -1 +1 @@ | |||
obj-y += common.o addr-map.o pci.o gpio.o irq.o | obj-y += common.o addr-map.o pci.o gpio.o irq.o time.o | ||