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 fbfc14a56b96..b5b1e4087516 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -105,6 +105,7 @@ endif | |||
105 | machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 | 105 | machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 |
106 | machine-$(CONFIG_ARCH_REALVIEW) := realview | 106 | machine-$(CONFIG_ARCH_REALVIEW) := realview |
107 | machine-$(CONFIG_ARCH_AT91RM9200) := at91rm9200 | 107 | machine-$(CONFIG_ARCH_AT91RM9200) := at91rm9200 |
108 | machine-$(CONFIG_ARCH_EP93XX) := ep93xx | ||
108 | 109 | ||
109 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 110 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
110 | # This is what happens if you forget the IOCS16 line. | 111 | # This is what happens if you forget the IOCS16 line. |