> To build the kernel, a list of command can be used. > > make assabet_config
This configures the kernel tree with the default options for the Assabet. > make config This starts an interactive program to setup the configuration manually. > make oldconfig This rule compares the actual configuration (.config) and the previous one (.config.old) and asks you to confirm the individual differences. > make dep This rule prepares the dependencies files, so every object that has to be compiled knows which files have influence in its compilation, so a variation of any of them will force its rebuilt when you make "zImage". It is convenient to "make dep" every time you change the kernel configuration. -- Rafael Rodr�guez Velilla [EMAIL PROTECTED] Telef�nica I+D http://www.tid.es Telf: +34 - 91 337 4270 _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
