|
@@ -176,7 +176,8 @@ quiet_cmd_fwbin = MK_FW $@
|
|
|
wordsize_deps := $(wildcard include/config/64bit.h include/config/32bit.h \
|
|
|
include/config/ppc32.h include/config/ppc64.h \
|
|
|
include/config/superh32.h include/config/superh64.h \
|
|
|
- include/config/x86_32.h include/config/x86_64.h)
|
|
|
+ include/config/x86_32.h include/config/x86_64.h \
|
|
|
+ firmware/Makefile)
|
|
|
|
|
|
$(patsubst %,$(obj)/%.gen.S, $(fw-shipped-y)): %: $(wordsize_deps)
|
|
|
$(call cmd,fwbin,$(patsubst %.gen.S,%,$@))
|