Makefile (63ae0e5be34cb7593fc5f1135422129f765ac3ef) Makefile (d619f38fdacb5cec0c841798bbadeaf903868852)
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

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

525# a multiple of the kernel stack size or the handling of the current variable
526# will break.
527#
528core-$(CONFIG_SGI_IP32) += arch/mips/sgi-ip32/
529cflags-$(CONFIG_SGI_IP32) += -Iinclude/asm-mips/mach-ip32
530load-$(CONFIG_SGI_IP32) += 0xffffffff80004000
531
532#
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

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

525# a multiple of the kernel stack size or the handling of the current variable
526# will break.
527#
528core-$(CONFIG_SGI_IP32) += arch/mips/sgi-ip32/
529cflags-$(CONFIG_SGI_IP32) += -Iinclude/asm-mips/mach-ip32
530load-$(CONFIG_SGI_IP32) += 0xffffffff80004000
531
532#
533# Sibyte SB1250 SOC
533# Sibyte SB1250/BCM1480 SOC
534#
535# This is a LIB so that it links at the end, and initcalls are later
536# the sequence; but it is built as an object so that modules don't get
537# removed (as happens, even if they have __initcall/module_init)
538#
539core-$(CONFIG_SIBYTE_BCM112X) += arch/mips/sibyte/sb1250/
534#
535# This is a LIB so that it links at the end, and initcalls are later
536# the sequence; but it is built as an object so that modules don't get
537# removed (as happens, even if they have __initcall/module_init)
538#
539core-$(CONFIG_SIBYTE_BCM112X) += arch/mips/sibyte/sb1250/
540core-$(CONFIG_SIBYTE_BCM112X) += arch/mips/sibyte/common/
540cflags-$(CONFIG_SIBYTE_BCM112X) += -Iinclude/asm-mips/mach-sibyte \
541 -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL
542
543core-$(CONFIG_SIBYTE_SB1250) += arch/mips/sibyte/sb1250/
541cflags-$(CONFIG_SIBYTE_BCM112X) += -Iinclude/asm-mips/mach-sibyte \
542 -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL
543
544core-$(CONFIG_SIBYTE_SB1250) += arch/mips/sibyte/sb1250/
545core-$(CONFIG_SIBYTE_SB1250) += arch/mips/sibyte/common/
544cflags-$(CONFIG_SIBYTE_SB1250) += -Iinclude/asm-mips/mach-sibyte \
545 -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL
546
547core-$(CONFIG_SIBYTE_BCM1x55) += arch/mips/sibyte/bcm1480/
546cflags-$(CONFIG_SIBYTE_SB1250) += -Iinclude/asm-mips/mach-sibyte \
547 -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1250_112x_ALL
548
549core-$(CONFIG_SIBYTE_BCM1x55) += arch/mips/sibyte/bcm1480/
550core-$(CONFIG_SIBYTE_BCM1x55) += arch/mips/sibyte/common/
548cflags-$(CONFIG_SIBYTE_BCM1x55) += -Iinclude/asm-mips/mach-sibyte \
549 -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL
550
551core-$(CONFIG_SIBYTE_BCM1x80) += arch/mips/sibyte/bcm1480/
551cflags-$(CONFIG_SIBYTE_BCM1x55) += -Iinclude/asm-mips/mach-sibyte \
552 -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL
553
554core-$(CONFIG_SIBYTE_BCM1x80) += arch/mips/sibyte/bcm1480/
555core-$(CONFIG_SIBYTE_BCM1x80) += arch/mips/sibyte/common/
552cflags-$(CONFIG_SIBYTE_BCM1x80) += -Iinclude/asm-mips/mach-sibyte \
553 -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL
554
555#
556# Sibyte BCM91120x (Carmel) board
557# Sibyte BCM91120C (CRhine) board
558# Sibyte BCM91125C (CRhone) board
559# Sibyte BCM91125E (Rhone) board

--- 168 unchanged lines hidden ---
556cflags-$(CONFIG_SIBYTE_BCM1x80) += -Iinclude/asm-mips/mach-sibyte \
557 -DSIBYTE_HDR_FEATURES=SIBYTE_HDR_FMASK_1480_ALL
558
559#
560# Sibyte BCM91120x (Carmel) board
561# Sibyte BCM91120C (CRhine) board
562# Sibyte BCM91125C (CRhone) board
563# Sibyte BCM91125E (Rhone) board

--- 168 unchanged lines hidden ---