> > -cmd_link_multi-m = $(LD) $(ld_flags) $(LDFLAGS_MODULE) -o $@ > > $(link_multi_deps) > > +cmd_link_multi-m = $(cmd_link_multi-y) > This signel change looks wrong. We do not want to generate a linker > script for modules.
multi-m has nothing to do with modules, really. It's just for another "built-in.o"-style object that happens to be the input for a .ko link rather than the vmlinux link. Thanks, Roland - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/