CVSROOT: /home/cvs
Module name: malta
Changes by: chris@ftp.linux-mips.org 05/07/29 19:54:59
Modified files:
linux/arch/mips: Tag: MaltaRef_2_6 Makefile
Log message:
Backed out MIPSSIM support until it appears in HEAD.
diff -urN malta/linux/arch/mips/Makefile malta/linux/arch/mips/Makefile
--- malta/linux/arch/mips/Makefile 2005/07/28 17:26:18 1.167.1000.6
+++ malta/linux/arch/mips/Makefile 2005/07/29 18:54:57 1.167.1000.7
@@ -423,13 +423,6 @@
load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000
#
-# MIPS simulator (MIPSsim)
-#
-core-$(CONFIG_MIPS_MIPSSIM) += arch/mips/mips-boards/sim/
-cflags-$(CONFIG_MIPS_MIPSSIM) += -Iinclude/asm-mips/mach-sim
-load-$(CONFIG_MIPS_MIPSSIM) += 0xffffffff80100000
-
-#
# Momentum Ocelot board
#
# The Ocelot setup.o must be linked early - it does the ioremap() for the
|