diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2012-06-04 12:38:56 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-07-10 09:47:51 -0400 |
commit | 3e93a22b486ba75191f8d054dd757a67244d337c (patch) | |
tree | 20bebe6cc59313706476fca1fee28e826f5b391d /arch/arm/Makefile | |
parent | 3e9c95017c2abaa36291866ac5f8fcf6840e76de (diff) |
arm: mach-mvebu: add compilation/configuration change
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Lior Amsalem <alior@marvell.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Yehuda Yitschak <yehuday@marvell.com>
Tested-by: Lior Amsalem <alior@marvell.com>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 0298b00fe241..f1a1a7170103 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -157,6 +157,7 @@ machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0 | |||
157 | machine-$(CONFIG_ARCH_IMX_V4_V5) := imx | 157 | machine-$(CONFIG_ARCH_IMX_V4_V5) := imx |
158 | machine-$(CONFIG_ARCH_IMX_V6_V7) := imx | 158 | machine-$(CONFIG_ARCH_IMX_V6_V7) := imx |
159 | machine-$(CONFIG_ARCH_MXS) := mxs | 159 | machine-$(CONFIG_ARCH_MXS) := mxs |
160 | machine-$(CONFIG_ARCH_MVEBU) := mvebu | ||
160 | machine-$(CONFIG_ARCH_NETX) := netx | 161 | machine-$(CONFIG_ARCH_NETX) := netx |
161 | machine-$(CONFIG_ARCH_NOMADIK) := nomadik | 162 | machine-$(CONFIG_ARCH_NOMADIK) := nomadik |
162 | machine-$(CONFIG_ARCH_OMAP1) := omap1 | 163 | machine-$(CONFIG_ARCH_OMAP1) := omap1 |