diff options
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 208912167823..58afa0dfcf7c 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -194,6 +194,7 @@ machine-$(CONFIG_ARCH_SPEAR13XX) += spear13xx | |||
194 | machine-$(CONFIG_ARCH_SPEAR3XX) += spear3xx | 194 | machine-$(CONFIG_ARCH_SPEAR3XX) += spear3xx |
195 | machine-$(CONFIG_MACH_SPEAR600) += spear6xx | 195 | machine-$(CONFIG_MACH_SPEAR600) += spear6xx |
196 | machine-$(CONFIG_ARCH_ZYNQ) += zynq | 196 | machine-$(CONFIG_ARCH_ZYNQ) += zynq |
197 | machine-$(CONFIG_ARCH_SUNXI) += sunxi | ||
197 | 198 | ||
198 | # Platform directory name. This list is sorted alphanumerically | 199 | # Platform directory name. This list is sorted alphanumerically |
199 | # by CONFIG_* macro name. | 200 | # by CONFIG_* macro name. |