2001-11-14 08:20:11

by Peter J. Braam

[permalink] [raw]
Subject: Makefile for external modules

Hi,

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?

Thanks!

- Peter -



2001-11-14 21:51:35

by Jari Ruusu

[permalink] [raw]
Subject: Re: Makefile for external modules

"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 <[email protected]>