aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-msm/Makefile
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2007-11-26 04:12:13 -0800
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 14:39:14 +0000
commit9e73c84c89b7c91ad5d6a141c58efbbe139f6b6c (patch)
treec8e7e77f4eb307ccec8751853fee2ee8c464506a /arch/arm/mach-msm/Makefile
parent3e4ea3728a38b224d8b35ff8a9281407f603aa20 (diff)
[ARM] msm: board file for MACH_HALIBUT (QCT MSM7200A)
Add support for the Qualcomm MSM7200A eval board. Common devices are defined in common.c, to avoid excessive cut'n'pasting them into other board files. Signed-off-by: Brian Swetland <swetland@google.com>
Diffstat (limited to 'arch/arm/mach-msm/Makefile')
-rw-r--r--arch/arm/mach-msm/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile
index a42d1a019cd..fcca853d648 100644
--- a/arch/arm/mach-msm/Makefile
+++ b/arch/arm/mach-msm/Makefile
@@ -1,2 +1,7 @@
obj-y += io.o idle.o irq.o timer.o
+# Common code for board init
+obj-y += common.o
+
+obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o
+