Donnie Berkholz wrote:
cd ${S}cp -R /usr/src/linux-${KV} ${WORKDIR} emake -j1 KDIR=/${WORKDIR}/linux-${KV} O=${KBUILD_OUTPUT} || die "compile problem"
This is not the way that linux-mod is intended to be used. You should be setting MODULE_NAMES, BUILD_PARAMS, BUILD_TARGETS, etc. Then linux_mod_src_compile and src_install will handle compilation and installation of the module.
Look at coda-kernel for a simple example. Daniel -- [EMAIL PROTECTED] mailing list