diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-04-26 09:22:29 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-04-27 05:28:05 -0400 |
commit | b4175b89921fefb2f352472fa6dccb0fc4fb37d9 (patch) | |
tree | dc5ccfa5771815e3bb9310fec6de944c293fb6ed /arch/arm/Makefile | |
parent | 788c9700e7855f8a8cc8875e30d2518b57385c20 (diff) |
[ARM] sort machine- and plat- by CONFIG* name
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 117 |
1 files changed, 61 insertions, 56 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index e84729bf13d4..885a83724b9c 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -99,64 +99,69 @@ CHECKFLAGS += -D__arm__ | |||
99 | #Default value | 99 | #Default value |
100 | head-y := arch/arm/kernel/head$(MMUEXT).o arch/arm/kernel/init_task.o | 100 | head-y := arch/arm/kernel/head$(MMUEXT).o arch/arm/kernel/init_task.o |
101 | textofs-y := 0x00008000 | 101 | textofs-y := 0x00008000 |
102 | 102 | textofs-$(CONFIG_ARCH_CLPS711X) := 0x00028000 | |
103 | machine-$(CONFIG_ARCH_RPC) := rpc | ||
104 | machine-$(CONFIG_ARCH_EBSA110) := ebsa110 | ||
105 | machine-$(CONFIG_FOOTBRIDGE) := footbridge | ||
106 | machine-$(CONFIG_ARCH_SHARK) := shark | ||
107 | machine-$(CONFIG_ARCH_SA1100) := sa1100 | ||
108 | ifeq ($(CONFIG_ARCH_SA1100),y) | ||
109 | # SA1111 DMA bug: we don't want the kernel to live in precious DMA-able memory | 103 | # SA1111 DMA bug: we don't want the kernel to live in precious DMA-able memory |
110 | textofs-$(CONFIG_SA1111) := 0x00208000 | 104 | ifeq ($(CONFIG_ARCH_SA1100),y) |
105 | textofs-$(CONFIG_SA1111) := 0x00208000 | ||
111 | endif | 106 | endif |
112 | machine-$(CONFIG_ARCH_PXA) := pxa | 107 | |
113 | machine-$(CONFIG_ARCH_MMP) := mmp | 108 | # Machine directory name. This list is sorted alphanumerically |
114 | plat-$(CONFIG_PLAT_PXA) := pxa | 109 | # by CONFIG_* macro name. |
115 | machine-$(CONFIG_ARCH_L7200) := l7200 | 110 | machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 |
116 | machine-$(CONFIG_ARCH_INTEGRATOR) := integrator | 111 | machine-$(CONFIG_ARCH_AT91) := at91 |
117 | machine-$(CONFIG_ARCH_GEMINI) := gemini | 112 | machine-$(CONFIG_ARCH_CLPS711X) := clps711x |
118 | textofs-$(CONFIG_ARCH_CLPS711X) := 0x00028000 | 113 | machine-$(CONFIG_ARCH_DAVINCI) := davinci |
119 | machine-$(CONFIG_ARCH_CLPS711X) := clps711x | 114 | machine-$(CONFIG_ARCH_EBSA110) := ebsa110 |
120 | machine-$(CONFIG_ARCH_IOP32X) := iop32x | 115 | machine-$(CONFIG_ARCH_EP93XX) := ep93xx |
121 | machine-$(CONFIG_ARCH_IOP33X) := iop33x | 116 | machine-$(CONFIG_ARCH_GEMINI) := gemini |
122 | machine-$(CONFIG_ARCH_IOP13XX) := iop13xx | 117 | machine-$(CONFIG_ARCH_H720X) := h720x |
123 | plat-$(CONFIG_PLAT_IOP) := iop | 118 | machine-$(CONFIG_ARCH_IMX) := imx |
124 | machine-$(CONFIG_ARCH_IXP4XX) := ixp4xx | 119 | machine-$(CONFIG_ARCH_INTEGRATOR) := integrator |
125 | machine-$(CONFIG_ARCH_IXP2000) := ixp2000 | 120 | machine-$(CONFIG_ARCH_IOP13XX) := iop13xx |
126 | machine-$(CONFIG_ARCH_IXP23XX) := ixp23xx | 121 | machine-$(CONFIG_ARCH_IOP32X) := iop32x |
127 | machine-$(CONFIG_ARCH_OMAP1) := omap1 | 122 | machine-$(CONFIG_ARCH_IOP33X) := iop33x |
128 | machine-$(CONFIG_ARCH_OMAP2) := omap2 | 123 | machine-$(CONFIG_ARCH_IXP2000) := ixp2000 |
129 | machine-$(CONFIG_ARCH_OMAP3) := omap2 | 124 | machine-$(CONFIG_ARCH_IXP23XX) := ixp23xx |
130 | plat-$(CONFIG_ARCH_OMAP) := omap | 125 | machine-$(CONFIG_ARCH_IXP4XX) := ixp4xx |
131 | machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2440 s3c2442 s3c2443 | 126 | machine-$(CONFIG_ARCH_KIRKWOOD) := kirkwood |
132 | machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0 | 127 | machine-$(CONFIG_ARCH_KS8695) := ks8695 |
133 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c | 128 | machine-$(CONFIG_ARCH_L7200) := l7200 |
134 | machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410 | 129 | machine-$(CONFIG_ARCH_LH7A40X) := lh7a40x |
135 | plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c | 130 | machine-$(CONFIG_ARCH_LOKI) := loki |
136 | machine-$(CONFIG_ARCH_LH7A40X) := lh7a40x | 131 | machine-$(CONFIG_ARCH_MMP) := mmp |
137 | machine-$(CONFIG_ARCH_VERSATILE) := versatile | 132 | machine-$(CONFIG_ARCH_MSM) := msm |
138 | machine-$(CONFIG_ARCH_IMX) := imx | 133 | machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0 |
139 | machine-$(CONFIG_ARCH_H720X) := h720x | 134 | machine-$(CONFIG_ARCH_MX1) := mx1 |
140 | machine-$(CONFIG_ARCH_AAEC2000) := aaec2000 | 135 | machine-$(CONFIG_ARCH_MX2) := mx2 |
141 | machine-$(CONFIG_ARCH_REALVIEW) := realview | 136 | machine-$(CONFIG_ARCH_MX3) := mx3 |
142 | machine-$(CONFIG_ARCH_AT91) := at91 | 137 | machine-$(CONFIG_ARCH_NETX) := netx |
143 | machine-$(CONFIG_ARCH_EP93XX) := ep93xx | 138 | machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx |
144 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 | 139 | machine-$(CONFIG_ARCH_OMAP1) := omap1 |
145 | machine-$(CONFIG_ARCH_NETX) := netx | 140 | machine-$(CONFIG_ARCH_OMAP2) := omap2 |
146 | machine-$(CONFIG_ARCH_NS9XXX) := ns9xxx | 141 | machine-$(CONFIG_ARCH_OMAP3) := omap2 |
147 | machine-$(CONFIG_ARCH_DAVINCI) := davinci | 142 | machine-$(CONFIG_ARCH_ORION5X) := orion5x |
148 | machine-$(CONFIG_ARCH_KIRKWOOD) := kirkwood | 143 | machine-$(CONFIG_ARCH_PNX4008) := pnx4008 |
149 | machine-$(CONFIG_ARCH_KS8695) := ks8695 | 144 | machine-$(CONFIG_ARCH_PXA) := pxa |
150 | plat-$(CONFIG_ARCH_MXC) := mxc | 145 | machine-$(CONFIG_ARCH_REALVIEW) := realview |
151 | machine-$(CONFIG_ARCH_MX2) := mx2 | 146 | machine-$(CONFIG_ARCH_RPC) := rpc |
152 | machine-$(CONFIG_ARCH_MX3) := mx3 | 147 | machine-$(CONFIG_ARCH_S3C2410) := s3c2410 s3c2400 s3c2412 s3c2440 s3c2442 s3c2443 |
153 | machine-$(CONFIG_ARCH_MX1) := mx1 | 148 | machine-$(CONFIG_ARCH_S3C24A0) := s3c24a0 |
154 | machine-$(CONFIG_ARCH_ORION5X) := orion5x | 149 | machine-$(CONFIG_ARCH_S3C64XX) := s3c6400 s3c6410 |
155 | plat-$(CONFIG_PLAT_ORION) := orion | 150 | machine-$(CONFIG_ARCH_SA1100) := sa1100 |
156 | machine-$(CONFIG_ARCH_MSM) := msm | 151 | machine-$(CONFIG_ARCH_SHARK) := shark |
157 | machine-$(CONFIG_ARCH_LOKI) := loki | 152 | machine-$(CONFIG_ARCH_VERSATILE) := versatile |
158 | machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0 | 153 | machine-$(CONFIG_ARCH_W90X900) := w90x900 |
159 | machine-$(CONFIG_ARCH_W90X900) := w90x900 | 154 | machine-$(CONFIG_FOOTBRIDGE) := footbridge |
155 | |||
156 | # Platform directory name. This list is sorted alphanumerically | ||
157 | # by CONFIG_* macro name. | ||
158 | plat-$(CONFIG_ARCH_MXC) := mxc | ||
159 | plat-$(CONFIG_ARCH_OMAP) := omap | ||
160 | plat-$(CONFIG_PLAT_IOP) := iop | ||
161 | plat-$(CONFIG_PLAT_ORION) := orion | ||
162 | plat-$(CONFIG_PLAT_PXA) := pxa | ||
163 | plat-$(CONFIG_PLAT_S3C24XX) := s3c24xx s3c | ||
164 | plat-$(CONFIG_PLAT_S3C64XX) := s3c64xx s3c | ||
160 | 165 | ||
161 | ifeq ($(CONFIG_ARCH_EBSA110),y) | 166 | ifeq ($(CONFIG_ARCH_EBSA110),y) |
162 | # This is what happens if you forget the IOCS16 line. | 167 | # This is what happens if you forget the IOCS16 line. |