diff options
| author | Peter Foley <[email protected]> | 2014-09-25 11:23:58 -0700 |
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2014-09-26 11:03:01 +0200 |
| commit | 8e2faea877eb24511c8e71b88e803e22c6bf235e (patch) | |
| tree | fe1ced23e68de0abda8e2a8bbbe31a11bee708e2 | |
| parent | dd42a0882a70f10e429b8306dec8aad40babe19c (diff) | |
Make Documenation depend on headers_install
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Peter Foley <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
| -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) \ |