]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - firmware/Makefile
firmware/Makefile: force recompilation if makefile changes
[mirror_ubuntu-bionic-kernel.git] / firmware / Makefile
index e297e1b52636dadb9bf3f3acb2102c079e73e0e6..fa3e81c2a97b269f2065a45b8045d4944427c1d1 100644 (file)
@@ -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,%,$@))