I am having problems getting any kernel modules to build on my machine. Whenever I build a module, modpost always says there are zero modules:
MODPOST 0 modu
On the machine that fails does your .config have module support disabled?
Try doing "make menuconfig" and make sure module support is enabled.