diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:55 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:55 -0400 |
commit | 34f5c1c5787bd13a3fbfc284ff7f719846427b9d (patch) | |
tree | 094b0b56de8af5bffbfb1752662745b34882b472 /arch/mips/Makefile | |
parent | f6e1db1b87a9199275694d10713d4baa80030fc7 (diff) |
MIPS: Sibyte: Migrate to new platform makefile style.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index b62d8323a0b7..4cf72586162b 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -230,56 +230,6 @@ core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/ | |||
230 | load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 | 230 | load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000 |
231 | 231 | ||
232 | # | 232 | # |
233 | # Sibyte SB1250/BCM1480 SOC | ||
234 | # | ||
235 | # This is a LIB so that it links at the end, and initcalls are later | ||
236 | # the sequence; but it is built as an object so that modules don't get | ||
237 | # removed (as happens, even if they have __initcall/module_init) | ||
238 | # | ||
239 | core-$(CONFIG_SIBYTE_BCM112X) += arch/mips/sibyte/sb1250/ | ||
240 | core-$(CONFIG_SIBYTE_BCM112X) += arch/mips/sibyte/common/ | ||
241 | cflags-$(CONFIG_SIBYTE_BCM112X) += -I$(srctree)/arch/mips/include/asm/mach-sibyte \ | ||
242 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL | ||
243 | |||
244 | core-$(CONFIG_SIBYTE_SB1250) += arch/mips/sibyte/sb1250/ | ||
245 | core-$(CONFIG_SIBYTE_SB1250) += arch/mips/sibyte/common/ | ||
246 | cflags-$(CONFIG_SIBYTE_SB1250) += -I$(srctree)/arch/mips/include/asm/mach-sibyte \ | ||
247 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL | ||
248 | |||
249 | core-$(CONFIG_SIBYTE_BCM1x55) += arch/mips/sibyte/bcm1480/ | ||
250 | core-$(CONFIG_SIBYTE_BCM1x55) += arch/mips/sibyte/common/ | ||
251 | cflags-$(CONFIG_SIBYTE_BCM1x55) += -I$(srctree)/arch/mips/include/asm/mach-sibyte \ | ||
252 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL | ||
253 | |||
254 | core-$(CONFIG_SIBYTE_BCM1x80) += arch/mips/sibyte/bcm1480/ | ||
255 | core-$(CONFIG_SIBYTE_BCM1x80) += arch/mips/sibyte/common/ | ||
256 | cflags-$(CONFIG_SIBYTE_BCM1x80) += -I$(srctree)/arch/mips/include/asm/mach-sibyte \ | ||
257 | -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL | ||
258 | |||
259 | # | ||
260 | # Sibyte BCM91120x (Carmel) board | ||
261 | # Sibyte BCM91120C (CRhine) board | ||
262 | # Sibyte BCM91125C (CRhone) board | ||
263 | # Sibyte BCM91125E (Rhone) board | ||
264 | # Sibyte SWARM board | ||
265 | # Sibyte BCM91x80 (BigSur) board | ||
266 | # | ||
267 | core-$(CONFIG_SIBYTE_CARMEL) += arch/mips/sibyte/swarm/ | ||
268 | load-$(CONFIG_SIBYTE_CARMEL) := 0xffffffff80100000 | ||
269 | core-$(CONFIG_SIBYTE_CRHINE) += arch/mips/sibyte/swarm/ | ||
270 | load-$(CONFIG_SIBYTE_CRHINE) := 0xffffffff80100000 | ||
271 | core-$(CONFIG_SIBYTE_CRHONE) += arch/mips/sibyte/swarm/ | ||
272 | load-$(CONFIG_SIBYTE_CRHONE) := 0xffffffff80100000 | ||
273 | core-$(CONFIG_SIBYTE_RHONE) += arch/mips/sibyte/swarm/ | ||
274 | load-$(CONFIG_SIBYTE_RHONE) := 0xffffffff80100000 | ||
275 | core-$(CONFIG_SIBYTE_SENTOSA) += arch/mips/sibyte/swarm/ | ||
276 | load-$(CONFIG_SIBYTE_SENTOSA) := 0xffffffff80100000 | ||
277 | core-$(CONFIG_SIBYTE_SWARM) += arch/mips/sibyte/swarm/ | ||
278 | load-$(CONFIG_SIBYTE_SWARM) := 0xffffffff80100000 | ||
279 | core-$(CONFIG_SIBYTE_BIGSUR) += arch/mips/sibyte/swarm/ | ||
280 | load-$(CONFIG_SIBYTE_BIGSUR) := 0xffffffff80100000 | ||
281 | |||
282 | # | ||
283 | # Common TXx9 | 233 | # Common TXx9 |
284 | # | 234 | # |
285 | core-$(CONFIG_MACH_TX39XX) += arch/mips/txx9/generic/ | 235 | core-$(CONFIG_MACH_TX39XX) += arch/mips/txx9/generic/ |