I'm trying to compile kernel with support to POM and when I execute make all
in kernel, the compilation stop with this error
scripts/Makefile.build:48: kbuild: net/ipv4/netfilter/Makefile - Usage of
export-objs is obsolete in 2.6. Please fix!
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
net/built-in.o(__ksymtab+0xda8): undefined reference to `udp_v4_lookup'
make: *** [.tmp_vmlinux1] Error 1
Someone has idea about this error?
Regards.