Makefile (05f94eebd55ef69a354d3ea70179e40ea4c34de6) | Makefile (51e02b02e650183ff1277bcbad6a01d6ea0e9edb) |
---|---|
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 --- 169 unchanged lines hidden (view full) --- 178core-$(CONFIG_MACH_JAZZ) += arch/mips/jazz/ 179cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz 180load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000 181 182# 183# Common Alchemy Au1x00 stuff 184# 185core-$(CONFIG_SOC_AU1X00) += arch/mips/alchemy/common/ | 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 --- 169 unchanged lines hidden (view full) --- 178core-$(CONFIG_MACH_JAZZ) += arch/mips/jazz/ 179cflags-$(CONFIG_MACH_JAZZ) += -I$(srctree)/arch/mips/include/asm/mach-jazz 180load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000 181 182# 183# Common Alchemy Au1x00 stuff 184# 185core-$(CONFIG_SOC_AU1X00) += arch/mips/alchemy/common/ |
186cflags-$(CONFIG_SOC_AU1X00) += -I$(srctree)/arch/mips/include/asm/mach-au1x00 | |
187 188# 189# AMD Alchemy Pb1000 eval board 190# 191core-$(CONFIG_MIPS_PB1000) += arch/mips/alchemy/devboards/ 192cflags-$(CONFIG_MIPS_PB1000) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00 193load-$(CONFIG_MIPS_PB1000) += 0xffffffff80100000 194 --- 81 unchanged lines hidden (view full) --- 276load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 277 278# 279# MyCable eval board 280# 281libs-$(CONFIG_MIPS_XXS1500) += arch/mips/alchemy/xxs1500/ 282load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 283 | 186 187# 188# AMD Alchemy Pb1000 eval board 189# 190core-$(CONFIG_MIPS_PB1000) += arch/mips/alchemy/devboards/ 191cflags-$(CONFIG_MIPS_PB1000) += -I$(srctree)/arch/mips/include/asm/mach-pb1x00 192load-$(CONFIG_MIPS_PB1000) += 0xffffffff80100000 193 --- 81 unchanged lines hidden (view full) --- 275load-$(CONFIG_MIPS_MTX1) += 0xffffffff80100000 276 277# 278# MyCable eval board 279# 280libs-$(CONFIG_MIPS_XXS1500) += arch/mips/alchemy/xxs1500/ 281load-$(CONFIG_MIPS_XXS1500) += 0xffffffff80100000 282 |
283# must be last for Alchemy systems for GPIO to work properly 284cflags-$(CONFIG_SOC_AU1X00) += -I$(srctree)/arch/mips/include/asm/mach-au1x00 285 286 |
|
284# 285# Cobalt Server 286# 287core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ 288cflags-$(CONFIG_MIPS_COBALT) += -I$(srctree)/arch/mips/include/asm/mach-cobalt 289load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 290 291# --- 452 unchanged lines hidden --- | 287# 288# Cobalt Server 289# 290core-$(CONFIG_MIPS_COBALT) += arch/mips/cobalt/ 291cflags-$(CONFIG_MIPS_COBALT) += -I$(srctree)/arch/mips/include/asm/mach-cobalt 292load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 293 294# --- 452 unchanged lines hidden --- |