summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-spear13xx/Makefile
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@st.com>2012-04-19 18:53:13 +0200
committerArnd Bergmann <arnd@arndb.de>2012-05-14 17:34:05 +0200
commite3978dc7dfcb9e7b022bda775929943b43bdefd8 (patch)
treec37d37291c0b7df7c3207d2e042d2f1253af2afd /arch/arm/mach-spear13xx/Makefile
parentSPEAr13xx: Add header files (diff)
downloadlinux-e3978dc7dfcb9e7b022bda775929943b43bdefd8.tar.xz
linux-e3978dc7dfcb9e7b022bda775929943b43bdefd8.zip
SPEAr13xx: Add source files
This patch adds source files for SPEAr13xx Machines. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Deepak Sikri <deepak.sikri@st.com> Signed-off-by: Shiraz Hashim <shiraz.hashim@st.com>
Diffstat (limited to 'arch/arm/mach-spear13xx/Makefile')
-rw-r--r--arch/arm/mach-spear13xx/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-spear13xx/Makefile b/arch/arm/mach-spear13xx/Makefile
new file mode 100644
index 000000000000..3435ea78c15d
--- /dev/null
+++ b/arch/arm/mach-spear13xx/Makefile
@@ -0,0 +1,10 @@
+#
+# Makefile for SPEAr13XX machine series
+#
+
+obj-$(CONFIG_SMP) += headsmp.o platsmp.o
+obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
+
+obj-$(CONFIG_ARCH_SPEAR13XX) += spear13xx.o
+obj-$(CONFIG_MACH_SPEAR1310) += spear1310.o
+obj-$(CONFIG_MACH_SPEAR1340) += spear1340.o