diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-04-19 13:04:25 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-14 11:34:09 -0400 |
commit | 0d8e08f5a3b8cda3785e5bc854d89ebba60e9994 (patch) | |
tree | bb74addf5b8c39aad34aab40007cbb38b12be432 /arch/arm/Makefile | |
parent | 07658d9a659ba2e297cead3872ad4be8ec38b5b9 (diff) |
SPEAr13xx: Add compilation support
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 047a20780fc1..2aa75b58bf12 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -192,6 +192,8 @@ machine-$(CONFIG_ARCH_VEXPRESS) := vexpress | |||
192 | machine-$(CONFIG_ARCH_VT8500) := vt8500 | 192 | machine-$(CONFIG_ARCH_VT8500) := vt8500 |
193 | machine-$(CONFIG_ARCH_W90X900) := w90x900 | 193 | machine-$(CONFIG_ARCH_W90X900) := w90x900 |
194 | machine-$(CONFIG_FOOTBRIDGE) := footbridge | 194 | machine-$(CONFIG_FOOTBRIDGE) := footbridge |
195 | machine-$(CONFIG_MACH_SPEAR1310) := spear13xx | ||
196 | machine-$(CONFIG_MACH_SPEAR1340) := spear13xx | ||
195 | machine-$(CONFIG_MACH_SPEAR300) := spear3xx | 197 | machine-$(CONFIG_MACH_SPEAR300) := spear3xx |
196 | machine-$(CONFIG_MACH_SPEAR310) := spear3xx | 198 | machine-$(CONFIG_MACH_SPEAR310) := spear3xx |
197 | machine-$(CONFIG_MACH_SPEAR320) := spear3xx | 199 | machine-$(CONFIG_MACH_SPEAR320) := spear3xx |