X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile;h=3cad7db5eba7a7570b392f5d5b4c99b794ee71e5;hb=75b25b4cabb7ce956c36442bf8225659b1864866;hp=6192922de9c06e7d6b648944ebbde0db96d9c596;hpb=acee709cab689ec7703770e8b8cb5cc3a4abcb31;p=~andy%2Flinux diff --git a/Makefile b/Makefile index 6192922de9c..3cad7db5eba 100644 --- a/Makefile +++ b/Makefile @@ -1061,6 +1061,7 @@ modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order @echo ' Building modules, stage 2.'; $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost + $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modbuild # Target to prepare building external modules @@ -1148,7 +1149,8 @@ clean: archclean $(clean-dirs) @find . $(RCS_FIND_IGNORE) \ \( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \ -o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \ - -o -name '*.symtypes' -o -name 'modules.order' \) \ + -o -name '*.symtypes' -o -name 'modules.order' \ + -o -name 'Module.markers' \) \ -type f -print | xargs rm -f # mrproper - Delete all generated files, including .config