Hi folks,

I'm trying to build a recent kernel, but "make" fails shortly with the following message:

make[1]: *** Keine Regel vorhanden, um das Target »init/main.o«,
benötigt von »init/built-in.o«, zu erstellen. Schluss.

(No rule to build target init/main.o..)

Looking inside the .config file I found the following variable:

CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

However, in the given directory there's no .config file. I assume this may be related to recent use of kernel tmb series. The actual kernel is a "normal" 2.6.x. Would it be sufficient to change the path to direct to another .config file working with this release?