diff --git a/[refs] b/[refs] index 7950547f8b08..53363653d1dc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5a86102248592e178a9023359ccf7f0e489d8e35 +refs/heads/master: 50515af207d410c9f228380e529c56f43c3de0bd diff --git a/trunk/firmware/Makefile b/trunk/firmware/Makefile index 10028ace2de4..809a52624bda 100644 --- a/trunk/firmware/Makefile +++ b/trunk/firmware/Makefile @@ -136,7 +136,7 @@ $(patsubst %,$(obj)/%.gen.S, $(fw-shipped-y)): %: $(wordsize_deps) \ | $(objtree)/$$(dir %) $(call cmd,fwbin,$(patsubst %.gen.S,%,$@)) $(patsubst %,$(obj)/%.gen.S, $(fw-external-y)): %: $(wordsize_deps) \ - include/config/builtin/firmware/dir.h | $(objtree)/$$(dir %) + include/config/extra/firmware/dir.h | $(objtree)/$$(dir %) $(call cmd,fwbin,$(fwabs)/$(patsubst $(obj)/%.gen.S,%,$@)) # The .o files depend on the binaries directly; the .S files don't.