X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=Makefile;h=3cad7db5eba7a7570b392f5d5b4c99b794ee71e5;hb=d7ba11d01cfedf63b50391fbe4a05274b6992b43;hp=1564577bdc5386dd9a9f2856ef244303ac302436;hpb=8df1b049bc86495a40e421abc8b9cf1dda32f0d9;p=sfrench%2Fcifs-2.6.git diff --git a/Makefile b/Makefile index 1564577bdc53..3cad7db5eba7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -FRED=42 VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 26 @@ -1062,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 @@ -1149,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