X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=40f24810116ccfcf9fe775b03c0fd58eef5fe905;hb=8f112e3bc3508afc8d1612868d178359446c08fd;hp=828c838e025d1c52284eb0e635552f2785a17741;hpb=5e4786f75d885dd1a5f9fe12f3385ece7656b0c9;p=linux-2.6-omap-h63xx.git diff --git a/Makefile b/Makefile index 828c838e025..40f24810116 100644 --- a/Makefile +++ b/Makefile @@ -1086,6 +1086,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 @@ -1155,7 +1156,7 @@ MRPROPER_FILES += .config .config.old include/asm .version .old_version \ include/linux/autoconf.h include/linux/version.h \ include/linux/utsrelease.h \ include/linux/bounds.h include/asm*/asm-offsets.h \ - Module.symvers tags TAGS cscope* + Module.symvers Module.markers tags TAGS cscope* # clean - Delete most, but leave enough to build external modules #