compileing a new Linux kernel
I am trying to compile a kernel : linux-3.2.31
1. make oldconfig
2. make
The first stage (bzImage) finished ok .
The 2nd stage (modules) failed with the following :
BUILD arch/x86/boot/bzImage
Setup is 16876 bytes (padded to 16896 bytes).
System is 3847 kB
CRC 12b91178
Kernel: arch/x86/boot/bzImage is ready (#2)
Building modules, stage 2.
MODPOST 2212 modules
ERROR: "smp_conn_security" [net/bluetooth/bluetooth.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
the undefined code exists and I do not see there any #ifdef dependency on a FLAG in the .config
Any idea ?