All of lore.kernel.org
 help / color / mirror / Atom feed
* Module.symvers file
@ 2010-04-18 19:46 Gene Heskett
  2010-04-19 13:11 ` Michal Marek
  0 siblings, 1 reply; 2+ messages in thread
From: Gene Heskett @ 2010-04-18 19:46 UTC (permalink / raw)
  To: linux-kernel

Greetings all;

I just found that a make all in 2.6.34-rc4 will generate the Module.symvers 
file.  But my normal build and install does not.

What do I need to add to my regular 'makeit' file in order to have this file 
built by a normal build?

Thanks.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Over the shoulder supervision is more a need of the manager than the
programming task.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Module.symvers file
  2010-04-18 19:46 Module.symvers file Gene Heskett
@ 2010-04-19 13:11 ` Michal Marek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2010-04-19 13:11 UTC (permalink / raw)
  To: Gene Heskett; +Cc: linux-kernel

On 18.4.2010 21:46, Gene Heskett wrote:
> Greetings all;
> 
> I just found that a make all in 2.6.34-rc4 will generate the Module.symvers 
> file.  But my normal build and install does not.

You need to run make vmlinux and make modules (or simply make all) to
generate a full list of exported symbols. Only doing one of the steps
will generate a partial list, obviously.

Michal

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-19 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-18 19:46 Module.symvers file Gene Heskett
2010-04-19 13:11 ` Michal Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.