diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 79b8ca3400e0..1c840639f828 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -132,12 +132,11 @@ endif | |||
132 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 | 132 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 |
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 | textofs-$(CONFIG_ARCH_NS9XXX) := 0x00108000 | ||
136 | machine-$(CONFIG_ARCH_DAVINCI) := davinci | 135 | machine-$(CONFIG_ARCH_DAVINCI) := davinci |
137 | machine-$(CONFIG_ARCH_KS8695) := ks8695 | 136 | machine-$(CONFIG_ARCH_KS8695) := ks8695 |
138 | incdir-$(CONFIG_ARCH_MXC) := mxc | 137 | incdir-$(CONFIG_ARCH_MXC) := mxc |
139 | machine-$(CONFIG_ARCH_MX3) := mx3 | 138 | machine-$(CONFIG_ARCH_MX3) := mx3 |
140 | machine-$(CONFIG_ARCH_ORION) := orion | 139 | machine-$(CONFIG_ARCH_ORION5X) := orion5x |
141 | machine-$(CONFIG_ARCH_MSM7X00A) := msm | 140 | machine-$(CONFIG_ARCH_MSM7X00A) := msm |
142 | 141 | ||
143 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 142 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
@@ -183,6 +182,7 @@ core-$(CONFIG_VFP) += arch/arm/vfp/ | |||
183 | 182 | ||
184 | # If we have a common platform directory, then include it in the build. | 183 | # If we have a common platform directory, then include it in the build. |
185 | core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ | 184 | core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ |
185 | core-$(CONFIG_PLAT_ORION) += arch/arm/plat-orion/ | ||
186 | core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ | 186 | core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ |
187 | core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/ | 187 | core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/ |
188 | core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ | 188 | core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ |