Hi. > One problem is that the source's top-level Makefile, and the > Modules.mk files it includes, never actually define a "kernel" target, > so no modules are ever built. The other problem is that MODULE_LOC is > never defined as a Make variable, so it comes up empty.
MODULE_LOC is used by kernel-package to find the modules. (I have it set to somewhere under my homedir, for example). J. --