Control: tag -1 patch moreinfo

Does this fix it?

Ben.

-- 
Ben Hutchings
73.46% of all statistics are made up.
--- a/scripts/Makefile.modfinal
+++ b/scripts/Makefile.modfinal
@@ -28,7 +28,7 @@ quiet_cmd_cc_o_c = CC [M]  $@
 	$(call if_changed_dep,cc_o_c)
 
 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(SRCARCH)/Makefile.postlink)
-ARCH_MODULE_LDS := $(word 1,$(wildcard scripts/module.lds arch/$(SRCARCH)/module.lds))
+ARCH_MODULE_LDS := $(word 1,$(wildcard arch/$(SRCARCH)/module.lds) scripts/module.lds)
 
 quiet_cmd_ld_ko_o = LD [M]  $@
       cmd_ld_ko_o =                                                     \

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to