blob: 5e114a9f59cd2acd3adc34cc3a23544c215a22be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
@@ -607,6 +607,9 @@ ifdef CONFIG_PHYSICAL_START
load-y = $(CONFIG_PHYSICAL_START)
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/
|