Phil Schaffner wrote:
On Fri, 2004-06-18 at 20:22 -0700, Etanisla Lopez-Ortiz wrote:
<snip>
make && make bzImage && make modules && make modules_install
make all does both bzImage and modules now.
So all that is needed is:
make all modules_install
and if everything went well
make install
Phil