diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-11-09 10:50:29 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-11-09 10:50:29 +0000 |
commit | 2a98beb6390aef8fad85103ea25b3b1ace8015b5 (patch) | |
tree | 09f3e0de9a49f0f61d7f44c6c03218bf29f5d1dd /arch/arm/mach-realview/Makefile | |
parent | 37ee16ae93a3e4ae7dd51beb81d249f5f12a55c2 (diff) |
[ARM SMP] Add local timer support for Realview MPcore
Add platform specific parts for local timer support for the
Realview board.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-realview/Makefile')
-rw-r--r-- | arch/arm/mach-realview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/Makefile b/arch/arm/mach-realview/Makefile index 011a85c1062..a6a40dac26a 100644 --- a/arch/arm/mach-realview/Makefile +++ b/arch/arm/mach-realview/Makefile @@ -5,3 +5,4 @@ obj-y := core.o clock.o obj-$(CONFIG_MACH_REALVIEW_EB) += realview_eb.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o +obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o |