Kernel Linux 3.0: “Documentation/lguest not found”

While I’m trying to compile the Kernel Linux 3.0 gave me an error: [...] Documentation/lguest not found [...] This because lguest is not anymore into ./Documentation, now is in ./Documentation/virtual Obviously there are not documentation yet, however I solved this issue with a dirty hacks. Just find the string and change it: $ find “.” [...]