diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-25 14:17:19 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-25 14:26:30 -0400 |
commit | 44463f7dd6c8039904333e4374e5c6e9ad83006f (patch) | |
tree | c6fb967b9723ae3534f115cbe4fc4b9f4aeb7858 /Makefile | |
parent | fb2e405fc1fc8b20d9c78eaa1c7fd5a297efde43 (diff) |
firmware: create firmware binaries during 'make modules'.
This means that we no longer need write access to the source tree while
doing 'make modules_install'.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1061,6 +1061,7 @@ modules: $(vmlinux-dirs) $(if $(KBUILD_BUILTIN),vmlinux) | |||
1061 | $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order | 1061 | $(Q)$(AWK) '!x[$$0]++' $(vmlinux-dirs:%=$(objtree)/%/modules.order) > $(objtree)/modules.order |
1062 | @echo ' Building modules, stage 2.'; | 1062 | @echo ' Building modules, stage 2.'; |
1063 | $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost | 1063 | $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost |
1064 | $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.fwinst obj=firmware __fw_modbuild | ||
1064 | 1065 | ||
1065 | 1066 | ||
1066 | # Target to prepare building external modules | 1067 | # Target to prepare building external modules |