diff options
| author | Peter Foley <pefoley2@pefoley.com> | 2014-09-25 11:23:58 -0700 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-11-29 16:57:58 +0100 |
| commit | 84553d4efa7fc3697e444bb7bd422190606bbdb5 (patch) | |
| tree | 3118b9027dcdba97b93c76c3619ffc4aeb492ee8 /Makefile | |
| parent | b0c66497eb8050ec3bf0c07d80847bd1c45ac5e2 (diff) | |
Make Documenation depend on headers_install
Cc: rdunlap@infradead.org
Cc: linux-doc@vger.kernel.org
Cc: sudeep.dutt@intel.com
Cc: nikhil.rao@intel.com
Cc: ashutosh.dixit@intel.com
Cc: akpm@linux-foundation.org
Cc: gregkh@linuxfoundation.org
Signed-off-by: Peter Foley <pefoley2@pefoley.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1475,6 +1475,8 @@ endif $(cmd_crmodverdir) $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \ $(build)=$(build-dir) +# Make sure the latest headers are built for Documentation +Documentation/: headers_install %/: prepare scripts FORCE $(cmd_crmodverdir) $(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \ |
