diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 1c840639f828..91fac81833e8 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -133,11 +133,14 @@ endif | |||
133 | machine-$(CONFIG_ARCH_NETX) := netx | 133 | machine-$(CONFIG_ARCH_NETX) := netx |
134 | machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx | 134 | machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx |
135 | machine-$(CONFIG_ARCH_DAVINCI) := davinci | 135 | machine-$(CONFIG_ARCH_DAVINCI) := davinci |
136 | machine-$(CONFIG_ARCH_KIRKWOOD) := kirkwood | ||
136 | machine-$(CONFIG_ARCH_KS8695) := ks8695 | 137 | machine-$(CONFIG_ARCH_KS8695) := ks8695 |
137 | incdir-$(CONFIG_ARCH_MXC) := mxc | 138 | incdir-$(CONFIG_ARCH_MXC) := mxc |
138 | machine-$(CONFIG_ARCH_MX3) := mx3 | 139 | machine-$(CONFIG_ARCH_MX3) := mx3 |
139 | machine-$(CONFIG_ARCH_ORION5X) := orion5x | 140 | machine-$(CONFIG_ARCH_ORION5X) := orion5x |
140 | machine-$(CONFIG_ARCH_MSM7X00A) := msm | 141 | machine-$(CONFIG_ARCH_MSM7X00A) := msm |
142 | machine-$(CONFIG_ARCH_LOKI) := loki | ||
143 | machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0 | ||
141 | 144 | ||
142 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 145 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
143 | # This is what happens if you forget the IOCS16 line. | 146 | # This is what happens if you forget the IOCS16 line. |
@@ -188,8 +191,6 @@ core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/ | |||
188 | core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ | 191 | core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ |
189 | 192 | ||
190 | drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ | 193 | drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ |
191 | drivers-$(CONFIG_ARCH_CLPS7500) += drivers/acorn/char/ | ||
192 | drivers-$(CONFIG_ARCH_L7200) += drivers/acorn/char/ | ||
193 | 194 | ||
194 | libs-y := arch/arm/lib/ $(libs-y) | 195 | libs-y := arch/arm/lib/ $(libs-y) |
195 | 196 | ||