diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 1a4649667ec8..91fac81833e8 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -100,8 +100,6 @@ textofs-y := 0x00008000 | |||
100 | incdir-$(CONFIG_ARCH_CLPS7500) := cl7500 | 100 | incdir-$(CONFIG_ARCH_CLPS7500) := cl7500 |
101 | machine-$(CONFIG_FOOTBRIDGE) := footbridge | 101 | machine-$(CONFIG_FOOTBRIDGE) := footbridge |
102 | incdir-$(CONFIG_FOOTBRIDGE) := ebsa285 | 102 | incdir-$(CONFIG_FOOTBRIDGE) := ebsa285 |
103 | machine-$(CONFIG_ARCH_CO285) := footbridge | ||
104 | incdir-$(CONFIG_ARCH_CO285) := ebsa285 | ||
105 | machine-$(CONFIG_ARCH_SHARK) := shark | 103 | machine-$(CONFIG_ARCH_SHARK) := shark |
106 | machine-$(CONFIG_ARCH_SA1100) := sa1100 | 104 | machine-$(CONFIG_ARCH_SA1100) := sa1100 |
107 | ifeq ($(CONFIG_ARCH_SA1100),y) | 105 | ifeq ($(CONFIG_ARCH_SA1100),y) |
@@ -134,13 +132,15 @@ endif | |||
134 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 | 132 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 |
135 | machine-$(CONFIG_ARCH_NETX) := netx | 133 | machine-$(CONFIG_ARCH_NETX) := netx |
136 | machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx | 134 | machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx |
137 | textofs-$(CONFIG_ARCH_NS9XXX) := 0x00108000 | ||
138 | machine-$(CONFIG_ARCH_DAVINCI) := davinci | 135 | machine-$(CONFIG_ARCH_DAVINCI) := davinci |
136 | machine-$(CONFIG_ARCH_KIRKWOOD) := kirkwood | ||
139 | machine-$(CONFIG_ARCH_KS8695) := ks8695 | 137 | machine-$(CONFIG_ARCH_KS8695) := ks8695 |
140 | incdir-$(CONFIG_ARCH_MXC) := mxc | 138 | incdir-$(CONFIG_ARCH_MXC) := mxc |
141 | machine-$(CONFIG_ARCH_MX3) := mx3 | 139 | machine-$(CONFIG_ARCH_MX3) := mx3 |
142 | machine-$(CONFIG_ARCH_ORION) := orion | 140 | machine-$(CONFIG_ARCH_ORION5X) := orion5x |
143 | machine-$(CONFIG_ARCH_MSM7X00A) := msm | 141 | machine-$(CONFIG_ARCH_MSM7X00A) := msm |
142 | machine-$(CONFIG_ARCH_LOKI) := loki | ||
143 | machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0 | ||
144 | 144 | ||
145 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 145 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
146 | # This is what happens if you forget the IOCS16 line. | 146 | # This is what happens if you forget the IOCS16 line. |
@@ -185,13 +185,12 @@ core-$(CONFIG_VFP) += arch/arm/vfp/ | |||
185 | 185 | ||
186 | # If we have a common platform directory, then include it in the build. | 186 | # If we have a common platform directory, then include it in the build. |
187 | core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ | 187 | core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ |
188 | core-$(CONFIG_PLAT_ORION) += arch/arm/plat-orion/ | ||
188 | core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ | 189 | core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ |
189 | core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/ | 190 | core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/ |
190 | core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ | 191 | core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ |
191 | 192 | ||
192 | drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ | 193 | drivers-$(CONFIG_OPROFILE) += arch/arm/oprofile/ |
193 | drivers-$(CONFIG_ARCH_CLPS7500) += drivers/acorn/char/ | ||
194 | drivers-$(CONFIG_ARCH_L7200) += drivers/acorn/char/ | ||
195 | 194 | ||
196 | libs-y := arch/arm/lib/ $(libs-y) | 195 | libs-y := arch/arm/lib/ $(libs-y) |
197 | 196 | ||