public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make Documenation depend on headers_install
@ 2014-09-25  2:30 Peter Foley
  2014-09-25 17:42 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Foley @ 2014-09-25  2:30 UTC (permalink / raw)
  To: linux-kernel
  Cc: Peter Foley, rdunlap, linux-doc, sudeep.dutt, nikhil.rao,
	ashutosh.dixit, akpm, gregkh

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>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 16a4d48..b3cf4f9 100644
--- a/Makefile
+++ b/Makefile
@@ -1579,6 +1579,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) \
-- 
2.1.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-25 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25  2:30 [PATCH] Make Documenation depend on headers_install Peter Foley
2014-09-25 17:42 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox