aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear6xx/Makefile
diff options
context:
space:
mode:
authorviresh kumar <viresh.kumar@st.com>2010-04-01 12:31:01 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-04-14 11:34:35 +0100
commit8f590d4541fb678a638777ab987709217cb71365 (patch)
tree316053a28807ad5c05a312fcd48475bb9903d42b /arch/arm/mach-spear6xx/Makefile
parentARM: 6014/1: ST SPEAr: Added clock framework for SPEAr platform and machines (diff)
downloadlinux-dev-8f590d4541fb678a638777ab987709217cb71365.tar.xz
linux-dev-8f590d4541fb678a638777ab987709217cb71365.zip
ARM: 6015/1: ST SPEAr: Added source files for SPEAr6xx machine family
Reviewed-by: Linus Walleij <linux.walleij@stericsson.com> Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-spear6xx/Makefile')
-rw-r--r--arch/arm/mach-spear6xx/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-spear6xx/Makefile b/arch/arm/mach-spear6xx/Makefile
new file mode 100644
index 000000000000..cc1a4d82d459
--- /dev/null
+++ b/arch/arm/mach-spear6xx/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for SPEAr6XX machine series
+#
+
+# common files
+obj-y += clock.o spear6xx.o
+
+# spear600 specific files
+obj-$(CONFIG_MACH_SPEAR600) += spear600.o
+
+# spear600 boards files
+obj-$(CONFIG_BOARD_SPEAR600_EVB) += spear600_evb.o