]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: remove stale dependency between Documentation/ and headers_install
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 4 Jun 2019 10:13:56 +0000 (19:13 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 15 Jun 2019 10:57:01 +0000 (19:57 +0900)
commitb4a1055469229da8c77c5fcd56fdaef5d2228046
treec149710c239720d129dc78e8e1e964e887169265
parentfad462ea9c1f4e6bdb4095dd5466e49cbc87782a
kbuild: remove stale dependency between Documentation/ and headers_install

Commit eabedd888522 ("Make Documenation depend on headers_install")
dates back to 2014, which is before Sphinx was introduced for the
kernel documentation.

Since none of DOC_TARGET requires headers_install, it is strange to
run it only for the single target "Documentation/".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Makefile