Prev: [PATCH 2/7] sched: introduce a function to update the idle statistics
Next: is there any chance of cleaning up the "inline" chaos?
From: Gene Heskett on 18 Apr 2010 15:50 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. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Michal Marek on 19 Apr 2010 09:20
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |