2008-05-18 23:24:51 +03:00
|
|
|
Index: linux-2.6.23.17/arch/mips/Makefile
|
2007-10-04 05:26:27 +03:00
|
|
|
===================================================================
|
2008-05-18 23:24:51 +03:00
|
|
|
--- linux-2.6.23.17.orig/arch/mips/Makefile
|
|
|
|
+++ linux-2.6.23.17/arch/mips/Makefile
|
|
|
|
@@ -565,6 +565,9 @@ core-$(CONFIG_TOSHIBA_RBTX4938) += arch/
|
2007-10-04 05:26:27 +03:00
|
|
|
cflags-$(CONFIG_TOSHIBA_RBTX4938) += -Iinclude/asm-mips/mach-tx49xx
|
|
|
|
load-$(CONFIG_TOSHIBA_RBTX4938) += 0xffffffff80100000
|
|
|
|
|
|
|
|
+# temporary until string.h is fixed
|
|
|
|
+cflags-y += -ffreestanding
|
|
|
|
+
|
|
|
|
cflags-y += -Iinclude/asm-mips/mach-generic
|
|
|
|
drivers-$(CONFIG_PCI) += arch/mips/pci/
|
|
|
|
|