kernel: backport ppoll to 2.6.31 to fix udev build
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-2.6.31 / 032-mips_vmlinux_lds.patch
1 --- a/arch/mips/kernel/Makefile
2 +++ b/arch/mips/kernel/Makefile
3 @@ -4,6 +4,8 @@
4
5 CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS)
6
7 +CPPFLAGS_vmlinux.lds := $(KBUILD_CFLAGS) $(EXTRA_LDSFLAGS)
8 +
9 extra-y := head.o init_task.o vmlinux.lds
10
11 obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \