diff options
author | Arve Hjønnevåg <arve@android.com> | 2007-11-26 04:11:58 -0800 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 14:39:14 +0000 |
commit | 3e4ea3728a38b224d8b35ff8a9281407f603aa20 (patch) | |
tree | b6deb793ca209ab5948400c82bfa9ac9b32a2b78 /arch/arm/mach-msm/Makefile | |
parent | 3042102a28501510a409fe86962f20369e325cf2 (diff) |
[ARM] msm: irq and timer support for ARCH_MSM7X00A
- Vectored Interrupt Controller support
- Timer support using the GPT and DGT timers
Signed-off-by: Brian Swetland <swetland@google.com>
Diffstat (limited to 'arch/arm/mach-msm/Makefile')
-rw-r--r-- | arch/arm/mach-msm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile index feb9e469df9..a42d1a019cd 100644 --- a/arch/arm/mach-msm/Makefile +++ b/arch/arm/mach-msm/Makefile @@ -1,2 +1,2 @@ -obj-y += io.o idle.o +obj-y += io.o idle.o irq.o timer.o |