Re: Makefile for external modules

From: Jari Ruusu (jari.ruusu@pp.inet.fi)
Date: Wed Nov 14 2001 - 16:50:39 EST


"Peter J. Braam" wrote:
> Rumor has it that there is now a simple way to build modules outside
> the kernel tree. I'm told that you place a kernel style makefile in
> your directory and do:
>
> make -C /usr/src/linux MOD_SUB_DIRS=/my/module/dir modules
>
> It almost works, but loops. What is wrong?

cd /usr/src/linux && make SUBDIRS=/my/module/dir modules

Take a look at loop-AES makefile:
http://loop-aes.sourceforge.net/loop-AES-v1.4g.tar.bz2

Regards,
Jari Ruusu <jari.ruusu@pp.inet.fi>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 15 2001 - 21:00:40 EST