> > -LDFLAGS_vmlinux += $(LDFLAGS_BUILD_ID) > This needed to go otherwise you had to rely on all arch makefiles > used += for LDFLAGS_vmlinux assignments.
This line appears well after include $(srctree)/arch/$(ARCH)/Makefile. > This will not work as LDFLAGS_BUILD_ID is not exported. Oops! I was overriding it in my testing, which exports it, so I didn't notice that problem. > Please make the change as outlined in earlier mail so we actually start > using LDFALGS_MODULE as documented. Patch coming. 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/