2008-09-29 09:08:17 +08:00
|
|
|
--- a/arch/mips/Makefile
|
|
|
|
+++ b/arch/mips/Makefile
|
2009-07-03 17:31:52 +08:00
|
|
|
@@ -584,6 +584,9 @@ core-$(CONFIG_TOSHIBA_RBTX4927) += arch/
|
2008-09-29 09:08:17 +08:00
|
|
|
#
|
|
|
|
core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/txx9/rbtx4938/
|
|
|
|
|
|
|
|
+# temporary until string.h is fixed
|
|
|
|
+cflags-y += -ffreestanding
|
|
|
|
+
|
|
|
|
cflags-y += -Iinclude/asm-mips/mach-generic
|
|
|
|
drivers-$(CONFIG_PCI) += arch/mips/pci/
|
|
|
|
|