[kernel] refresh generic 2.6.22 patches
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.22 / 202-mips-freestanding.patch
1 Index: linux-2.6.22.19/arch/mips/Makefile
2 ===================================================================
3 --- linux-2.6.22.19.orig/arch/mips/Makefile
4 +++ linux-2.6.22.19/arch/mips/Makefile
5 @@ -589,6 +589,9 @@ core-$(CONFIG_TOSHIBA_RBTX4938) += arch/
6 core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/tx4938/common/
7 load-$(CONFIG_TOSHIBA_RBTX4938) += 0xffffffff80100000
8
9 +# temporary until string.h is fixed
10 +cflags-y += -ffreestanding
11 +
12 cflags-y += -Iinclude/asm-mips/mach-generic
13 drivers-$(CONFIG_PCI) += arch/mips/pci/
14
This page took 0.049408 seconds and 5 git commands to generate.