diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-11-08 06:40:16 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-11-16 15:56:51 -0500 |
commit | 3b52634f0b7adaaf2b29569025287b938b7c71a6 (patch) | |
tree | 1388d7153ffbe0848496ee9dd21859c39b4b47b9 /arch/arm/Makefile | |
parent | afd24e146826cec0f46929263a0c874406a19cd8 (diff) |
ARM: sunxi: Add basic support for Allwinner A1x SoCs
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Stefan Roese <sr@denx.de>
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 5f914fca911b..363320ac9057 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -193,6 +193,7 @@ machine-$(CONFIG_ARCH_SPEAR13XX) += spear13xx | |||
193 | machine-$(CONFIG_ARCH_SPEAR3XX) += spear3xx | 193 | machine-$(CONFIG_ARCH_SPEAR3XX) += spear3xx |
194 | machine-$(CONFIG_MACH_SPEAR600) += spear6xx | 194 | machine-$(CONFIG_MACH_SPEAR600) += spear6xx |
195 | machine-$(CONFIG_ARCH_ZYNQ) += zynq | 195 | machine-$(CONFIG_ARCH_ZYNQ) += zynq |
196 | machine-$(CONFIG_ARCH_SUNXI) += sunxi | ||
196 | 197 | ||
197 | # Platform directory name. This list is sorted alphanumerically | 198 | # Platform directory name. This list is sorted alphanumerically |
198 | # by CONFIG_* macro name. | 199 | # by CONFIG_* macro name. |