Makefile (34f5c1c5787bd13a3fbfc284ff7f719846427b9d) Makefile (a8b361d97f8e5a496a6144c470be03595247ad9f)
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

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

224cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh
225
226#
227# NEC EMMA2RH Mark-eins
228#
229core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/
230load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000
231
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

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

224cflags-$(CONFIG_SOC_EMMA2RH) += -I$(srctree)/arch/mips/include/asm/mach-emma2rh
225
226#
227# NEC EMMA2RH Mark-eins
228#
229core-$(CONFIG_NEC_MARKEINS) += arch/mips/emma/markeins/
230load-$(CONFIG_NEC_MARKEINS) += 0xffffffff88100000
231
232#
233# Common TXx9
234#
235core-$(CONFIG_MACH_TX39XX) += arch/mips/txx9/generic/
236cflags-$(CONFIG_MACH_TX39XX) += -I$(srctree)/arch/mips/include/asm/mach-tx39xx
237load-$(CONFIG_MACH_TX39XX) += 0xffffffff80050000
238core-$(CONFIG_MACH_TX49XX) += arch/mips/txx9/generic/
239cflags-$(CONFIG_MACH_TX49XX) += -I$(srctree)/arch/mips/include/asm/mach-tx49xx
240load-$(CONFIG_MACH_TX49XX) += 0xffffffff80100000
241
242#
243# Toshiba JMR-TX3927 board
244#
245core-$(CONFIG_TOSHIBA_JMR3927) += arch/mips/txx9/jmr3927/
246
247#
248# Toshiba RBTX49XX boards
249#
250core-$(CONFIG_TOSHIBA_RBTX4927) += arch/mips/txx9/rbtx4927/
251core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/
252core-$(CONFIG_TOSHIBA_RBTX4939) += arch/mips/txx9/rbtx4939/
253
254cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
255drivers-$(CONFIG_PCI) += arch/mips/pci/
256
257#
258# Automatically detect the build format. By default we choose
259# the elf format according to the load address.
260# We can always force a build with a 64-bits symbol format by
261# passing 'KBUILD_SYM32=no' option to the make's command line.

--- 138 unchanged lines hidden ---
232cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
233drivers-$(CONFIG_PCI) += arch/mips/pci/
234
235#
236# Automatically detect the build format. By default we choose
237# the elf format according to the load address.
238# We can always force a build with a 64-bits symbol format by
239# passing 'KBUILD_SYM32=no' option to the make's command line.

--- 138 unchanged lines hidden ---