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