diff options
author | Peter Foley <pefoley2@pefoley.com> | 2014-09-25 11:23:58 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-09-26 11:03:01 +0200 |
commit | 8e2faea877eb24511c8e71b88e803e22c6bf235e (patch) | |
tree | fe1ced23e68de0abda8e2a8bbbe31a11bee708e2 /Makefile | |
parent | dd42a0882a70f10e429b8306dec8aad40babe19c (diff) | |
download | linux-8e2faea877eb24511c8e71b88e803e22c6bf235e.tar.gz linux-8e2faea877eb24511c8e71b88e803e22c6bf235e.tar.bz2 linux-8e2faea877eb24511c8e71b88e803e22c6bf235e.zip |
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
@@ -1532,6 +1532,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) \ |