diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-02-25 17:07:25 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-02-25 17:07:25 -0500 |
commit | 186f93ea1f274f4cde4a356401c1786c818ff881 (patch) | |
tree | de28f076c823d5423a5b4780f0d37554c242c982 /arch/arm/Makefile | |
parent | 3560adf62075829393743667ff338dd8fd26a5c2 (diff) | |
parent | 4e6d488af37980d224cbf298224db6173673f362 (diff) |
Merge branch 'tmpreg' into devel
Conflicts:
arch/arm/Kconfig
arch/arm/mach-ux500/include/mach/debug-macro.S
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 3eaef160d468..52a820d42776 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -146,6 +146,7 @@ machine-$(CONFIG_ARCH_MX1) := mx1 | |||
146 | machine-$(CONFIG_ARCH_MX2) := mx2 | 146 | machine-$(CONFIG_ARCH_MX2) := mx2 |
147 | machine-$(CONFIG_ARCH_MX25) := mx25 | 147 | machine-$(CONFIG_ARCH_MX25) := mx25 |
148 | machine-$(CONFIG_ARCH_MX3) := mx3 | 148 | machine-$(CONFIG_ARCH_MX3) := mx3 |
149 | machine-$(CONFIG_ARCH_MXC91231) := mxc91231 | ||
149 | machine-$(CONFIG_ARCH_NETX) := netx | 150 | machine-$(CONFIG_ARCH_NETX) := netx |
150 | machine-$(CONFIG_ARCH_NOMADIK) := nomadik | 151 | machine-$(CONFIG_ARCH_NOMADIK) := nomadik |
151 | machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx | 152 | machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx |
@@ -172,12 +173,12 @@ machine-$(CONFIG_ARCH_VERSATILE) := versatile | |||
172 | machine-$(CONFIG_ARCH_W90X900) := w90x900 | 173 | machine-$(CONFIG_ARCH_W90X900) := w90x900 |
173 | machine-$(CONFIG_ARCH_NUC93X) := nuc93x | 174 | machine-$(CONFIG_ARCH_NUC93X) := nuc93x |
174 | machine-$(CONFIG_FOOTBRIDGE) := footbridge | 175 | machine-$(CONFIG_FOOTBRIDGE) := footbridge |
175 | machine-$(CONFIG_ARCH_MXC91231) := mxc91231 | ||
176 | 176 | ||
177 | # Platform directory name. This list is sorted alphanumerically | 177 | # Platform directory name. This list is sorted alphanumerically |
178 | # by CONFIG_* macro name. | 178 | # by CONFIG_* macro name. |
179 | plat-$(CONFIG_ARCH_MXC) := mxc | 179 | plat-$(CONFIG_ARCH_MXC) := mxc |
180 | plat-$(CONFIG_ARCH_OMAP) := omap | 180 | plat-$(CONFIG_ARCH_OMAP) := omap |
181 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx | ||
181 | plat-$(CONFIG_PLAT_IOP) := iop | 182 | plat-$(CONFIG_PLAT_IOP) := iop |
182 | plat-$(CONFIG_PLAT_NOMADIK) := nomadik | 183 | plat-$(CONFIG_PLAT_NOMADIK) := nomadik |
183 | plat-$(CONFIG_PLAT_ORION) := orion | 184 | plat-$(CONFIG_PLAT_ORION) := orion |
@@ -185,7 +186,6 @@ plat-$(CONFIG_PLAT_PXA) := pxa | |||
185 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c samsung | 186 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c samsung |
186 | plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c samsung | 187 | plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c samsung |
187 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx s3c samsung | 188 | plat-$(CONFIG_PLAT_S5PC1XX) := s5pc1xx s3c samsung |
188 | plat-$(CONFIG_ARCH_STMP3XXX) := stmp3xxx | ||
189 | 189 | ||
190 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 190 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
191 | # This is what happens if you forget the IOCS16 line. | 191 | # This is what happens if you forget the IOCS16 line. |