diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-07-28 11:25:46 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-07-28 11:25:46 -0400 |
commit | 6124a4e430b64d1577438c8648c59e996d02e73e (patch) | |
tree | 49cfafad785d1c9e403a5b0d755298b9af2c260f /arch/arm/Makefile | |
parent | 8e267f3da5f117d2f1316cf6ddf740f93f1c73aa (diff) | |
parent | 580975d7f48d7d047e22bb0f42adf7557801d8d4 (diff) |
Merge branch 'imx/dt' into next/dt
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index f7135595eb70..70c424eaf7b0 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -150,7 +150,6 @@ machine-$(CONFIG_ARCH_IXP23XX) := ixp23xx | |||
150 | machine-$(CONFIG_ARCH_IXP4XX) := ixp4xx | 150 | machine-$(CONFIG_ARCH_IXP4XX) := ixp4xx |
151 | machine-$(CONFIG_ARCH_KIRKWOOD) := kirkwood | 151 | machine-$(CONFIG_ARCH_KIRKWOOD) := kirkwood |
152 | machine-$(CONFIG_ARCH_KS8695) := ks8695 | 152 | machine-$(CONFIG_ARCH_KS8695) := ks8695 |
153 | machine-$(CONFIG_ARCH_LOKI) := loki | ||
154 | machine-$(CONFIG_ARCH_LPC32XX) := lpc32xx | 153 | machine-$(CONFIG_ARCH_LPC32XX) := lpc32xx |
155 | machine-$(CONFIG_ARCH_MMP) := mmp | 154 | machine-$(CONFIG_ARCH_MMP) := mmp |
156 | machine-$(CONFIG_ARCH_MSM) := msm | 155 | machine-$(CONFIG_ARCH_MSM) := msm |
@@ -169,11 +168,11 @@ machine-$(CONFIG_ARCH_OMAP3) := omap2 | |||
169 | machine-$(CONFIG_ARCH_OMAP4) := omap2 | 168 | machine-$(CONFIG_ARCH_OMAP4) := omap2 |
170 | machine-$(CONFIG_ARCH_ORION5X) := orion5x | 169 | machine-$(CONFIG_ARCH_ORION5X) := orion5x |
171 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 | 170 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 |
171 | machine-$(CONFIG_ARCH_PRIMA2) := prima2 | ||
172 | machine-$(CONFIG_ARCH_PXA) := pxa | 172 | machine-$(CONFIG_ARCH_PXA) := pxa |
173 | machine-$(CONFIG_ARCH_REALVIEW) := realview | 173 | machine-$(CONFIG_ARCH_REALVIEW) := realview |
174 | machine-$(CONFIG_ARCH_RPC) := rpc | 174 | machine-$(CONFIG_ARCH_RPC) := rpc |
175 | machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2416 s3c2440 s3c2443 | 175 | machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2412 s3c2416 s3c2440 s3c2443 |
176 | machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0 | ||
177 | machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx | 176 | machine-$(CONFIG_ARCH_S3C64XX) := s3c64xx |
178 | machine-$(CONFIG_ARCH_S5P64X0) := s5p64x0 | 177 | machine-$(CONFIG_ARCH_S5P64X0) := s5p64x0 |
179 | machine-$(CONFIG_ARCH_S5PC100) := s5pc100 | 178 | machine-$(CONFIG_ARCH_S5PC100) := s5pc100 |
@@ -196,6 +195,7 @@ machine-$(CONFIG_MACH_SPEAR300) := spear3xx | |||
196 | machine-$(CONFIG_MACH_SPEAR310) := spear3xx | 195 | machine-$(CONFIG_MACH_SPEAR310) := spear3xx |
197 | machine-$(CONFIG_MACH_SPEAR320) := spear3xx | 196 | machine-$(CONFIG_MACH_SPEAR320) := spear3xx |
198 | machine-$(CONFIG_MACH_SPEAR600) := spear6xx | 197 | machine-$(CONFIG_MACH_SPEAR600) := spear6xx |
198 | machine-$(CONFIG_ARCH_ZYNQ) := zynq | ||
199 | 199 | ||
200 | # Platform directory name. This list is sorted alphanumerically | 200 | # Platform directory name. This list is sorted alphanumerically |
201 | # by CONFIG_* macro name. | 201 | # by CONFIG_* macro name. |
@@ -203,6 +203,7 @@ plat-$(CONFIG_ARCH_MXC) := mxc | |||
203 | plat-$(CONFIG_ARCH_OMAP) := omap | 203 | plat-$(CONFIG_ARCH_OMAP) := omap |
204 | plat-$(CONFIG_ARCH_S3C64XX) := samsung | 204 | plat-$(CONFIG_ARCH_S3C64XX) := samsung |
205 | plat-$(CONFIG_ARCH_TCC_926) := tcc | 205 | plat-$(CONFIG_ARCH_TCC_926) := tcc |
206 | plat-$(CONFIG_ARCH_ZYNQ) := versatile | ||
206 | plat-$(CONFIG_PLAT_IOP) := iop | 207 | plat-$(CONFIG_PLAT_IOP) := iop |
207 | plat-$(CONFIG_PLAT_NOMADIK) := nomadik | 208 | plat-$(CONFIG_PLAT_NOMADIK) := nomadik |
208 | plat-$(CONFIG_PLAT_ORION) := orion | 209 | plat-$(CONFIG_PLAT_ORION) := orion |