Makefile (315806cb19f9d375dccbc2d60fa14e16afdcd5ac) | Makefile (22b1d707ffc99faebd86257ad19d5bb9fc624734) |
---|---|
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 --- 539 unchanged lines hidden (view full) --- 548else 549load-$(CONFIG_SNI_RM) += 0xffffffff80030000 550endif 551all-$(CONFIG_SNI_RM) := vmlinux.ecoff 552 553# 554# Toshiba JMR-TX3927 board 555# | 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 --- 539 unchanged lines hidden (view full) --- 548else 549load-$(CONFIG_SNI_RM) += 0xffffffff80030000 550endif 551all-$(CONFIG_SNI_RM) := vmlinux.ecoff 552 553# 554# Toshiba JMR-TX3927 board 555# |
556core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/jmr3927/rbhma3100/ \ 557 arch/mips/jmr3927/common/ | 556core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/txx9/jmr3927/ \ 557 arch/mips/txx9/generic/ |
558cflags-$(CONFIG_TOSHIBA_JMR3927) += -Iinclude/asm-mips/mach-jmr3927 559load-$(CONFIG_TOSHIBA_JMR3927) += 0xffffffff80050000 560 561# 562# Toshiba RBTX4927 board or 563# Toshiba RBTX4937 board 564# | 558cflags-$(CONFIG_TOSHIBA_JMR3927) += -Iinclude/asm-mips/mach-jmr3927 559load-$(CONFIG_TOSHIBA_JMR3927) += 0xffffffff80050000 560 561# 562# Toshiba RBTX4927 board or 563# Toshiba RBTX4937 board 564# |
565core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/tx4927/toshiba_rbtx4927/ 566core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/tx4927/common/ | 565core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/ 566core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/generic/ |
567cflags-$(CONFIG_TOSHIBA_RBTX4927) += -Iinclude/asm-mips/mach-tx49xx 568load-$(CONFIG_TOSHIBA_RBTX4927) += 0xffffffff80020000 569 570# 571# Toshiba RBTX4938 board 572# | 567cflags-$(CONFIG_TOSHIBA_RBTX4927) += -Iinclude/asm-mips/mach-tx49xx 568load-$(CONFIG_TOSHIBA_RBTX4927) += 0xffffffff80020000 569 570# 571# Toshiba RBTX4938 board 572# |
573core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/tx4938/toshiba_rbtx4938/ 574core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/tx4938/common/ | 573core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/ 574core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/generic/ |
575cflags-$(CONFIG_TOSHIBA_RBTX4938) += -Iinclude/asm-mips/mach-tx49xx 576load-$(CONFIG_TOSHIBA_RBTX4938) += 0xffffffff80100000 577 578cflags-y += -Iinclude/asm-mips/mach-generic 579drivers-$(CONFIG_PCI) += arch/mips/pci/ 580 581ifdef CONFIG_32BIT 582ifdef CONFIG_CPU_LITTLE_ENDIAN --- 128 unchanged lines hidden --- | 575cflags-$(CONFIG_TOSHIBA_RBTX4938) += -Iinclude/asm-mips/mach-tx49xx 576load-$(CONFIG_TOSHIBA_RBTX4938) += 0xffffffff80100000 577 578cflags-y += -Iinclude/asm-mips/mach-generic 579drivers-$(CONFIG_PCI) += arch/mips/pci/ 580 581ifdef CONFIG_32BIT 582ifdef CONFIG_CPU_LITTLE_ENDIAN --- 128 unchanged lines hidden --- |