finally move buildroot-ng to trunk
[openwrt/staging/chunkeey.git] / target / linux / generic-2.6 / patches / 202-mips-freestanding.patch
1 --- linux-2.6.17/arch/mips/Makefile 2006-06-19 15:12:09.000000000 -0700
2 +++ linux-2.6.17/arch/mips/Makefile 2006-06-19 15:11:59.000000000 -0700
3 @@ -602,6 +602,9 @@
4 core-$(CONFIG_TOSHIBA_RBTX4938) += arch/mips/tx4938/common/
5 load-$(CONFIG_TOSHIBA_RBTX4938) += 0xffffffff80100000
6
7 +# temporary until string.h is fixed
8 +cflags-y += -ffreestanding
9 +
10 cflags-y += -Iinclude/asm-mips/mach-generic
11 drivers-$(CONFIG_PCI) += arch/mips/pci/
12