Makefile (4fa8a557c301b14a53dcd654aa0c2988c71cbd4d) Makefile (91598965ecb508dc7bc154ec9d3e35dcadb3fa5f)
1#
2# This file is subject to the terms and conditions of the GNU General Public
3# License. See the file "COPYING" in the main directory of this archive
4# for more details.
5#
6# Copyright (C) 1994, 95, 96, 2003 by Ralf Baechle
7# DECStation modifications by Paul M. Antoine, 1996
8# Copyright (C) 2002, 2003, 2004 Maciej W. Rozycki

--- 316 unchanged lines hidden (view full) ---

325load-$(CONFIG_MACH_TX49XX) += 0xffffffff80100000
326
327#
328# Toshiba JMR-TX3927 board
329#
330core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/txx9/jmr3927/
331
332#
1#
2# This file is subject to the terms and conditions of the GNU General Public
3# License. See the file "COPYING" in the main directory of this archive
4# for more details.
5#
6# Copyright (C) 1994, 95, 96, 2003 by Ralf Baechle
7# DECStation modifications by Paul M. Antoine, 1996
8# Copyright (C) 2002, 2003, 2004 Maciej W. Rozycki

--- 316 unchanged lines hidden (view full) ---

325load-$(CONFIG_MACH_TX49XX) += 0xffffffff80100000
326
327#
328# Toshiba JMR-TX3927 board
329#
330core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/txx9/jmr3927/
331
332#
333# Routerboard 532 board
334#
335core-$(CONFIG_MIKROTIK_RB532) += arch/mips/rb532/
336cflags-$(CONFIG_MIKROTIK_RB532) += -I$(srctree)/arch/mips/include/asm/mach-rc32434
337load-$(CONFIG_MIKROTIK_RB532) += 0xffffffff80101000
338
339#
340# Toshiba RBTX49XX boards
341#
342core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/
343core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/
344core-$(CONFIG_TOSHIBA_RBTX4939) += arch/mips/txx9/rbtx4939/
345
346#
347# Cavium Octeon

--- 156 unchanged lines hidden ---
333# Toshiba RBTX49XX boards
334#
335core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/
336core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/
337core-$(CONFIG_TOSHIBA_RBTX4939) += arch/mips/txx9/rbtx4939/
338
339#
340# Cavium Octeon

--- 156 unchanged lines hidden ---