diff options
author | Viresh Kumar <viresh.kumar@st.com> | 2012-04-19 22:34:25 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-14 17:34:09 +0200 |
commit | 0d8e08f5a3b8cda3785e5bc854d89ebba60e9994 (patch) | |
tree | bb74addf5b8c39aad34aab40007cbb38b12be432 /arch/arm/Makefile | |
parent | 07658d9a659ba2e297cead3872ad4be8ec38b5b9 (diff) | |
download | blackbird-obmc-linux-0d8e08f5a3b8cda3785e5bc854d89ebba60e9994.tar.gz blackbird-obmc-linux-0d8e08f5a3b8cda3785e5bc854d89ebba60e9994.zip |
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 machine-$(CONFIG_ARCH_VT8500) := vt8500 machine-$(CONFIG_ARCH_W90X900) := w90x900 machine-$(CONFIG_FOOTBRIDGE) := footbridge +machine-$(CONFIG_MACH_SPEAR1310) := spear13xx +machine-$(CONFIG_MACH_SPEAR1340) := spear13xx machine-$(CONFIG_MACH_SPEAR300) := spear3xx machine-$(CONFIG_MACH_SPEAR310) := spear3xx machine-$(CONFIG_MACH_SPEAR320) := spear3xx |