2008-06-02 08:22:56 +00:00
|
|
|
--- a/arch/mips/Makefile
|
|
|
|
+++ b/arch/mips/Makefile
|
2008-11-06 20:55:33 +00:00
|
|
|
@@ -597,6 +597,9 @@ core-$(CONFIG_TOSHIBA_RBTX4938) += arch/
|
2008-06-02 08:22:56 +00: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/
|
|
|
|
|