aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile4
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
143ifeq ($(CONFIG_ARCH_EBSA110),y) 142ifeq ($(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.
185core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/ 184core-$(CONFIG_PLAT_IOP) += arch/arm/plat-iop/
185core-$(CONFIG_PLAT_ORION) += arch/arm/plat-orion/
186core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/ 186core-$(CONFIG_ARCH_OMAP) += arch/arm/plat-omap/
187core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/ 187core-$(CONFIG_PLAT_S3C24XX) += arch/arm/plat-s3c24xx/
188core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/ 188core-$(CONFIG_ARCH_MXC) += arch/arm/plat-mxc/