Mailing List Archive

little question...
Sorry, i need a little help...

I need to write a module of the kernel.

It will consist let's say in 5 different files.

Actually, i am using EXPORT_SYMBOL to make each symbol needed
in a file from another...
..but in the end i have 5 different modules...

Instead, i want just ONE module, made up of 5 files...

Is there a simple example of writing a Makefile that does this?

Thanks

Giacomo.

--
Giacomo S.
http://www.giacomos.it

- - - - - - - - - - - - - - - - - - - - - -

IPFIREwall (http://www.giacomos.it/ipfire) viene presentato
all'Universita` degli Studi di Udine, il 28 ottobre, in occasione del
Linux Day 2006:
http://iglu.cc.uniud.it/linuxday

- - - - - - - - - - - - - - - - - - - - - -

. '' `.
: :' :
`. ` '
`- Debian GNU/Linux -- The power of freedom
http://www.debian.org
Re: little question... [ In reply to ]
> Sorry, i need a little help...
> I need to write a module of the kernel.
> It will consist let's say in 5 different files.
> Actually, i am using EXPORT_SYMBOL to make each symbol needed
> in a file from another...
> ..but in the end i have 5 different modules...
> Instead, i want just ONE module, made up of 5 files...
> Is there a simple example of writing a Makefile that does this?

https://dev.computergmbh.de/svn/misc_kernel/oopser/trunk/


Jan
--