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 1459b3849c8c..b53237bb6f13 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -142,6 +142,7 @@ endif | |||
142 | machine-$(CONFIG_ARCH_ORION5X) := orion5x | 142 | machine-$(CONFIG_ARCH_ORION5X) := orion5x |
143 | machine-$(CONFIG_ARCH_MSM7X00A) := msm | 143 | machine-$(CONFIG_ARCH_MSM7X00A) := msm |
144 | machine-$(CONFIG_ARCH_LOKI) := loki | 144 | machine-$(CONFIG_ARCH_LOKI) := loki |
145 | machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0 | ||
145 | 146 | ||
146 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 147 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
147 | # This is what happens if you forget the IOCS16 line. | 148 | # This is what happens if you forget the IOCS16 line. |