ARM: versatile: move SoC sources to mach-versatile
[platform/kernel/u-boot.git] / arch / arm / Makefile
index 6bcf8ec..0699a4d 100644 (file)
@@ -14,6 +14,7 @@ machine-$(CONFIG_ARCH_NOMADIK)                += nomadik
 # TODO: rename CONFIG_ORION5X -> CONFIG_ARCH_ORION5X
 machine-$(CONFIG_ORION5X)              += orion5x
 machine-$(CONFIG_TEGRA)                        += tegra
+machine-$(CONFIG_ARCH_VERSATILE)       += versatile
 
 machdirs := $(patsubst %,arch/arm/mach-%/,$(machine-y))