2009-04-28 21:35:14 +08:00
|
|
|
--- a/arch/mips/Makefile
|
|
|
|
+++ b/arch/mips/Makefile
|
2009-06-11 16:49:53 +08:00
|
|
|
@@ -603,6 +603,9 @@ else
|
2009-04-28 21:35:14 +08:00
|
|
|
load-$(CONFIG_CPU_CAVIUM_OCTEON) += 0xffffffff81100000
|
|
|
|
endif
|
|
|
|
|
|
|
|
+# temporary until string.h is fixed
|
|
|
|
+cflags-y += -ffreestanding
|
|
|
|
+
|
|
|
|
cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
|
|
|
|
drivers-$(CONFIG_PCI) += arch/mips/pci/
|
|
|
|
|