On Wed, 24 Apr 2002 22:20:17 +1000, Brendan J Simon <[EMAIL PROTECTED]> wrote: >The reason I avoided select() was that there is more than one target in >the mbx/boot directory (I think they are zImage, zImage.initrd, znet, >znet.initrd). I was not sure how to use select with these options as >they all use the same source files. It seemed very repetitive to have >multiple base_target() and select() statements. I have no problem with >multiple base_target() statements but repeating the select() statements >for each base_target() statement seemed to verbose and prone to >copy/paste errors ;-) >There is probably a better way. Any suggestions ??
Each base_target is completely independent of the others and is built from separate components. kbuild cannot read your mind and work out which objects are required for each base target. When an object is used in multiple base targets, it must be selected for each of them. _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel