On Apr 5, 2005 12:51 AM, Peter Harmsen pharmsen@horizon.nl wrote:
On Monday 04 April 2005 20:25, Mário Gamito wrote:
make dep is obsolete for the 2.6.x kernel series. after you have configure your kernel options it would be quite sufficient to issue a "make bzImage && make modules && make modules_install && make install"
Or for simplicity 'make [all] modules_install'. The default make setting compiles modules as well.