]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - firmware/Makefile
firmware: Correct dependency on CONFIG_EXTRA_FIRMWARE_DIR
[linux-2.6-omap-h63xx.git] / firmware / Makefile
index 10028ace2de47d3a2e12500822aa28b94e0a2413..809a52624bda1e35f5c2a6f5e88a4ca6709f7fd1 100644 (file)
@@ -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.