2008-05-30 16:30:51 +00:00
|
|
|
--- a/arch/mips/Makefile
|
|
|
|
+++ b/arch/mips/Makefile
|
2008-11-07 08:44:56 +00:00
|
|
|
@@ -593,6 +593,9 @@ core-$(CONFIG_TOSHIBA_RBTX4938) += arch/
|
2008-04-19 15:20:44 +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/
|
|
|
|
|