blob: 739e972f7110d4317d96658dad36740a650f8ba2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -602,6 +602,9 @@ else
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/
|