diff options
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 10028ace2de4..809a52624bda 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -136,7 +136,7 @@ $(patsubst %,$(obj)/%.gen.S, $(fw-shipped-y)): %: $(wordsize_deps) \ | |||
136 | | $(objtree)/$$(dir %) | 136 | | $(objtree)/$$(dir %) |
137 | $(call cmd,fwbin,$(patsubst %.gen.S,%,$@)) | 137 | $(call cmd,fwbin,$(patsubst %.gen.S,%,$@)) |
138 | $(patsubst %,$(obj)/%.gen.S, $(fw-external-y)): %: $(wordsize_deps) \ | 138 | $(patsubst %,$(obj)/%.gen.S, $(fw-external-y)): %: $(wordsize_deps) \ |
139 | include/config/builtin/firmware/dir.h | $(objtree)/$$(dir %) | 139 | include/config/extra/firmware/dir.h | $(objtree)/$$(dir %) |
140 | $(call cmd,fwbin,$(fwabs)/$(patsubst $(obj)/%.gen.S,%,$@)) | 140 | $(call cmd,fwbin,$(fwabs)/$(patsubst $(obj)/%.gen.S,%,$@)) |
141 | 141 | ||
142 | # The .o files depend on the binaries directly; the .S files don't. | 142 | # The .o files depend on the binaries directly; the .S files don't. |